ArmComputeModelFactory.GalleryImageVersionSafetyProfile Método
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.
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
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
- 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
Azure SDK for .NET