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