GalleryImageVersionUpdate Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GalleryImageVersionUpdate() |
Inicializa uma nova instância da classe GalleryImageVersionUpdate. |
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, ReplicationStatus) |
Inicializa uma nova instância da classe GalleryImageVersionUpdate. |
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, GalleryImageVersionSafetyProfile, ReplicationStatus) |
Inicializa uma nova instância da classe GalleryImageVersionUpdate. |
GalleryImageVersionUpdate()
Inicializa uma nova instância da classe GalleryImageVersionUpdate.
public GalleryImageVersionUpdate ();
Public Sub New ()
Aplica-se a
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, ReplicationStatus)
Inicializa uma nova instância da classe GalleryImageVersionUpdate.
public GalleryImageVersionUpdate (Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile storageProfile, string id, string name, string type, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile publishingProfile, string provisioningState, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus);
new Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate : Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile * string * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate
Public Sub New (storageProfile As GalleryImageVersionStorageProfile, id As String, name As String, type As String, tags As IDictionary(Of String, String), publishingProfile As GalleryImageVersionPublishingProfile, provisioningState As String, replicationStatus As ReplicationStatus)
Parâmetros
- storageProfile
- GalleryImageVersionStorageProfile
- id
- String
ID do recurso
- name
- String
Nome do recurso
- type
- String
Tipo de recurso
- tags
- IDictionary<String,String>
Marcações de recursos
- publishingProfile
- GalleryImageVersionPublishingProfile
- provisioningState
- String
Os valores possíveis incluem: 'Criando', 'Atualizando', 'Falha', 'Êxito', 'Excluindo', 'Migrando'
- replicationStatus
- ReplicationStatus
Aplica-se a
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, GalleryImageVersionSafetyProfile, ReplicationStatus)
Inicializa uma nova instância da classe GalleryImageVersionUpdate.
public GalleryImageVersionUpdate (Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile storageProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile publishingProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile safetyProfile = default, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate : Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile * string * Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersionUpdate
Public Sub New (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 String = Nothing, Optional safetyProfile As GalleryImageVersionSafetyProfile = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)
Parâmetros
- storageProfile
- GalleryImageVersionStorageProfile
- id
- String
ID do recurso
- name
- String
Nome do recurso
- type
- String
Tipo de recurso
- tags
- IDictionary<String,String>
Marcações de recursos
- publishingProfile
- GalleryImageVersionPublishingProfile
- provisioningState
- String
Os valores possíveis incluem: 'Criando', 'Atualizando', 'Falha', 'Êxito', 'Excluindo', 'Migrando'
- safetyProfile
- GalleryImageVersionSafetyProfile
- replicationStatus
- ReplicationStatus
Aplica-se a
Azure SDK for .NET