Compartilhar via


ArmComputeModelFactory.GalleryImageVersionSafetyProfile Método

Definição

Inicializa uma nova instância de GalleryImageVersionSafetyProfile.

public static Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile GalleryImageVersionSafetyProfile (bool? allowDeletionOfReplicatedLocations = default, bool? isReportedForPolicyViolation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.GalleryImageVersionPolicyViolation> policyViolations = default);
static member GalleryImageVersionSafetyProfile : Nullable<bool> * Nullable<bool> * seq<Azure.ResourceManager.Compute.Models.GalleryImageVersionPolicyViolation> -> Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile
Public Shared Function GalleryImageVersionSafetyProfile (Optional allowDeletionOfReplicatedLocations As Nullable(Of Boolean) = Nothing, Optional isReportedForPolicyViolation As Nullable(Of Boolean) = Nothing, Optional policyViolations As IEnumerable(Of GalleryImageVersionPolicyViolation) = Nothing) As GalleryImageVersionSafetyProfile

Parâmetros

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Indica se a remoção ou não dessa Versão da Imagem da Galeria de regiões replicadas é permitida.

isReportedForPolicyViolation
Nullable<Boolean>

Indica se essa imagem foi relatada como violando as políticas da Microsoft.

policyViolations
IEnumerable<GalleryImageVersionPolicyViolation>

Uma lista de Violações de Política que foram relatadas para esta versão de imagem da Galeria.

Retornos

Uma nova GalleryImageVersionSafetyProfile instância para zombar.

Aplica-se a