GalleryUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GalleryUpdate() |
Initializes a new instance of the GalleryUpdate class. |
GalleryUpdate(String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus) |
Initializes a new instance of the GalleryUpdate class. |
GalleryUpdate()
Initializes a new instance of the GalleryUpdate class.
public GalleryUpdate ();
Public Sub New ()
Applies to
GalleryUpdate(String, String, String, IDictionary<String,String>, String, GalleryIdentifier, String, SharingProfile, SoftDeletePolicy, SharingStatus)
Initializes a new instance of the GalleryUpdate class.
public GalleryUpdate (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Microsoft.Azure.Management.Compute.Models.GalleryIdentifier identifier = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.SharingProfile sharingProfile = default, Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy softDeletePolicy = default, Microsoft.Azure.Management.Compute.Models.SharingStatus sharingStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryUpdate : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Compute.Models.GalleryIdentifier * string * Microsoft.Azure.Management.Compute.Models.SharingProfile * Microsoft.Azure.Management.Compute.Models.SoftDeletePolicy * Microsoft.Azure.Management.Compute.Models.SharingStatus -> Microsoft.Azure.Management.Compute.Models.GalleryUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional identifier As GalleryIdentifier = Nothing, Optional provisioningState As String = Nothing, Optional sharingProfile As SharingProfile = Nothing, Optional softDeletePolicy As SoftDeletePolicy = Nothing, Optional sharingStatus As SharingStatus = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- tags
- IDictionary<String,String>
Resource tags
- description
- String
The description of this Shared Image Gallery resource. This property is updatable.
- identifier
- GalleryIdentifier
- provisioningState
- String
Possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'
- sharingProfile
- SharingProfile
- softDeletePolicy
- SoftDeletePolicy
- sharingStatus
- SharingStatus
Applies to
Azure SDK for .NET