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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET