Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the Gallery class.
 /// </summary>
 /// <param name="location">Resource location</param>
 /// <param name="id">Resource Id</param>
 /// <param name="name">Resource name</param>
 /// <param name="type">Resource type</param>
 /// <param name="tags">Resource tags</param>
 /// <param name="description">The description of this Shared Image
 /// Gallery resource. This property is updatable.</param>
 /// <param name="provisioningState">The current state of the
 /// gallery.</param>
 public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary<string, string> tags = default(IDictionary<string, string>), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string))
     : base(location, id, name, type, tags)
 {
     Description = description;
     Identifier = identifier;
     ProvisioningState = provisioningState;
     CustomInit();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the GalleryUpdate class.
 /// </summary>
 /// <param name="id">Resource Id</param>
 /// <param name="name">Resource name</param>
 /// <param name="type">Resource type</param>
 /// <param name="tags">Resource tags</param>
 /// <param name="description">The description of this Shared Image
 /// Gallery resource. This property is updatable.</param>
 /// <param name="provisioningState">The current state of the
 /// gallery.</param>
 public GalleryUpdate(string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile))
     : base(id, name, type, tags)
 {
     Description       = description;
     Identifier        = identifier;
     ProvisioningState = provisioningState;
     SharingProfile    = sharingProfile;
     CustomInit();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the Gallery class.
 /// </summary>
 /// <param name="location">Resource location</param>
 /// <param name="id">Resource Id</param>
 /// <param name="name">Resource name</param>
 /// <param name="type">Resource type</param>
 /// <param name="tags">Resource tags</param>
 /// <param name="description">The description of this Shared Image
 /// Gallery resource. This property is updatable.</param>
 /// <param name="provisioningState">The current state of the
 /// gallery.</param>
 public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile), SoftDeletePolicy softDeletePolicy = default(SoftDeletePolicy))
     : base(location, id, name, type, tags)
 {
     Description       = description;
     Identifier        = identifier;
     ProvisioningState = provisioningState;
     SharingProfile    = sharingProfile;
     SoftDeletePolicy  = softDeletePolicy;
     CustomInit();
 }