GalleryImageVersionInner 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
GalleryImageVersionInner() |
Initializes a new instance of the GalleryImageVersionInner class. |
GalleryImageVersionInner(String, GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, ProvisioningState, ReplicationStatus) |
Initializes a new instance of the GalleryImageVersionInner class. |
GalleryImageVersionInner()
Initializes a new instance of the GalleryImageVersionInner class.
public GalleryImageVersionInner();
Public Sub New ()
Applies to
GalleryImageVersionInner(String, GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, ProvisioningState, ReplicationStatus)
Initializes a new instance of the GalleryImageVersionInner class.
public GalleryImageVersionInner(string location, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionStorageProfile storageProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile publishingProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner : string * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionStorageProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionPublishingProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageVersionInner
Public Sub New (location As String, storageProfile As GalleryImageVersionStorageProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional publishingProfile As GalleryImageVersionPublishingProfile = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)
Parameters
- location
- String
- storageProfile
- GalleryImageVersionStorageProfile
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- publishingProfile
- GalleryImageVersionPublishingProfile
- provisioningState
- ProvisioningState
The current state of the gallery Image Version.
- replicationStatus
- ReplicationStatus
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET