GalleryImageVersionSafetyProfile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Indique si la suppression de cette version d’image de galerie des régions répliquées est autorisée.
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 à
Azure SDK for .NET