Partager via


GalleryImageVersionSafetyProfile Constructeurs

Définition

Surcharges

GalleryImageVersionSafetyProfile()

Initialise une nouvelle instance de la classe GalleryImageVersionSafetyProfile.

GalleryImageVersionSafetyProfile(Nullable<Boolean>, Nullable<Boolean>, IList<PolicyViolation>)

Initialise une nouvelle instance de la classe GalleryImageVersionSafetyProfile.

GalleryImageVersionSafetyProfile()

Initialise une nouvelle instance de la classe GalleryImageVersionSafetyProfile.

public GalleryImageVersionSafetyProfile ();
Public Sub New ()

S’applique à

GalleryImageVersionSafetyProfile(Nullable<Boolean>, Nullable<Boolean>, IList<PolicyViolation>)

Initialise une nouvelle instance de la 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)

Paramètres

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Indique si la suppression de cette version d’image de galerie des régions répliquées est autorisée.

reportedForPolicyViolation
Nullable<Boolean>

Indique si cette image a été signalée comme violant les stratégies de Microsoft.

policyViolations
IList<PolicyViolation>

Liste des violations de stratégie qui ont été signalées pour cette version de l’image de la galerie.

S’applique à