ArmComputeModelFactory.GalleryArtifactSafetyProfileBase Method
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.
public static Azure.ResourceManager.Compute.Models.GalleryArtifactSafetyProfileBase GalleryArtifactSafetyProfileBase(bool? allowDeletionOfReplicatedLocations = default);
static member GalleryArtifactSafetyProfileBase : Nullable<bool> -> Azure.ResourceManager.Compute.Models.GalleryArtifactSafetyProfileBase
Public Shared Function GalleryArtifactSafetyProfileBase (Optional allowDeletionOfReplicatedLocations As Nullable(Of Boolean) = Nothing) As GalleryArtifactSafetyProfileBase
Parameters
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
Returns
A new GalleryArtifactSafetyProfileBase instance for mocking.