다음을 통해 공유


GalleryImageVersionSafetyProfile Constructors

Definition

Overloads

GalleryImageVersionSafetyProfile()

Initializes a new instance of the GalleryImageVersionSafetyProfile class.

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

Initializes a new instance of the GalleryImageVersionSafetyProfile class.

GalleryImageVersionSafetyProfile()

Initializes a new instance of the GalleryImageVersionSafetyProfile class.

public GalleryImageVersionSafetyProfile ();
Public Sub New ()

Applies to

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

Initializes a new instance of the GalleryImageVersionSafetyProfile class.

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)

Parameters

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.

reportedForPolicyViolation
Nullable<Boolean>

Indicates whether this image has been reported as violating Microsoft's policies.

policyViolations
IList<PolicyViolation>

A list of Policy Violations that have been reported for this Gallery Image Version.

Applies to