Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the IntegrationAccountMap class.
 /// </summary>
 public IntegrationAccountMap(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), MapType?mapType = default(MapType?), DateTime?createdTime = default(DateTime?), DateTime?changedTime = default(DateTime?), object content = default(object), string contentType = default(string), IntegrationAccountContentLink contentLink = default(IntegrationAccountContentLink), object metadata = default(object))
     : base(id, name, type, location, tags)
 {
     MapType     = mapType;
     CreatedTime = createdTime;
     ChangedTime = changedTime;
     Content     = content;
     ContentType = contentType;
     ContentLink = contentLink;
     Metadata    = metadata;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the IntegrationAccountSchema class.
 /// </summary>
 public IntegrationAccountSchema(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), SchemaType?schemaType = default(SchemaType?), string targetNamespace = default(string), DateTime?createdTime = default(DateTime?), DateTime?changedTime = default(DateTime?), object content = default(object), string contentType = default(string), IntegrationAccountContentLink contentLink = default(IntegrationAccountContentLink), object metadata = default(object))
     : base(id, name, type, location, tags)
 {
     SchemaType      = schemaType;
     TargetNamespace = targetNamespace;
     CreatedTime     = createdTime;
     ChangedTime     = changedTime;
     Content         = content;
     ContentType     = contentType;
     ContentLink     = contentLink;
     Metadata        = metadata;
 }