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 : Azure.ResourceManager.Compute.Models.GalleryArtifactSafetyProfileBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionSafetyProfile>
type GalleryImageVersionSafetyProfile = class
inherit GalleryArtifactSafetyProfileBase
interface IJsonModel<GalleryImageVersionSafetyProfile>
interface IPersistableModel<GalleryImageVersionSafetyProfile>
Public Class GalleryImageVersionSafetyProfile
Inherits GalleryArtifactSafetyProfileBase
Implements IJsonModel(Of GalleryImageVersionSafetyProfile), IPersistableModel(Of GalleryImageVersionSafetyProfile)
- Inheritance
- Implements
Constructors
GalleryImageVersionSafetyProfile() |
Initializes a new instance of GalleryImageVersionSafetyProfile. |
Properties
AllowDeletionOfReplicatedLocations |
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed. (Inherited from GalleryArtifactSafetyProfileBase) |
IsReportedForPolicyViolation |
Indicates whether this image has been reported as violating Microsoft's policies. |
PolicyViolations |
A list of Policy Violations that have been reported for this Gallery Image Version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from GalleryArtifactSafetyProfileBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET