GalleryImageVersionSafetyProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
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
Azure SDK for .NET