GalleryImageVersionSafetyProfile 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
GalleryImageVersionSafetyProfile() |
Inicializa uma nova instância da classe GalleryImageVersionSafetyProfile. |
GalleryImageVersionSafetyProfile(Nullable<Boolean>, Nullable<Boolean>, IList<PolicyViolation>) |
Inicializa uma nova instância da classe GalleryImageVersionSafetyProfile. |
GalleryImageVersionSafetyProfile()
Inicializa uma nova instância da classe GalleryImageVersionSafetyProfile.
public GalleryImageVersionSafetyProfile ();
Public Sub New ()
Aplica-se a
GalleryImageVersionSafetyProfile(Nullable<Boolean>, Nullable<Boolean>, IList<PolicyViolation>)
Inicializa uma nova instância da classe GalleryImageVersionSafetyProfile.
public GalleryImageVersionSafetyProfile (bool? allowDeletionOfReplicatedLocations = default, bool? reportedForPolicyViolation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.PolicyViolation> policyViolations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.PolicyViolation> -> Microsoft.Azure.Management.Compute.Models.GalleryImageVersionSafetyProfile
Public Sub New (Optional allowDeletionOfReplicatedLocations As Nullable(Of Boolean) = Nothing, Optional reportedForPolicyViolation As Nullable(Of Boolean) = Nothing, Optional policyViolations As IList(Of PolicyViolation) = Nothing)
Parâmetros
Indica se a remoção ou não dessa Versão da Imagem da Galeria de regiões replicadas é permitida.
Indica se essa imagem foi relatada como violando as políticas da Microsoft.
- policyViolations
- IList<PolicyViolation>
Uma lista de Violações de Política que foram relatadas para esta Versão de Imagem da Galeria.
Aplica-se a
Azure SDK for .NET