Freigeben über


GalleryImageVersionSafetyProfile Konstruktoren

Definition

Überlädt

GalleryImageVersionSafetyProfile()

Initialisiert eine neue instance der GalleryImageVersionSafetyProfile-Klasse.

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

Initialisiert eine neue instance der GalleryImageVersionSafetyProfile-Klasse.

GalleryImageVersionSafetyProfile()

Initialisiert eine neue instance der GalleryImageVersionSafetyProfile-Klasse.

public GalleryImageVersionSafetyProfile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der GalleryImageVersionSafetyProfile-Klasse.

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)

Parameter

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Gibt an, ob das Entfernen dieser Katalogimageversion aus replizierten Regionen zulässig ist.

reportedForPolicyViolation
Nullable<Boolean>

Gibt an, ob dieses Image als Verstoß gegen die Richtlinien von Microsoft gemeldet wurde.

policyViolations
IList<PolicyViolation>

Eine Liste der Richtlinienverstöße, die für diese Katalogimageversion gemeldet wurden.

Gilt für: