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