GalleryImageVersionSafetyProfile Class
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.
This is the safety profile of the Gallery Image Version.
public class GalleryImageVersionSafetyProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactSafetyProfileBase
type GalleryImageVersionSafetyProfile = class
inherit GalleryArtifactSafetyProfileBase
Public Class GalleryImageVersionSafetyProfile
Inherits GalleryArtifactSafetyProfileBase
- Inheritance
Constructors
GalleryImageVersionSafetyProfile() |
Initializes a new instance of the GalleryImageVersionSafetyProfile class. |
GalleryImageVersionSafetyProfile(Nullable<Boolean>, Nullable<Boolean>, IList<PolicyViolation>) |
Initializes a new instance of the GalleryImageVersionSafetyProfile class. |
Properties
AllowDeletionOfReplicatedLocations |
Gets or sets indicates whether or not removing this Gallery Image Version from replicated regions is allowed. (Inherited from GalleryArtifactSafetyProfileBase) |
PolicyViolations |
Gets a list of Policy Violations that have been reported for this Gallery Image Version. |
ReportedForPolicyViolation |
Gets indicates whether this image has been reported as violating Microsoft's policies. |
Applies to
Azure SDK for .NET