ArmComputeModelFactory.GalleryScriptVersionSafetyProfile Method

Definition

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

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.

Returns

A new GalleryScriptVersionSafetyProfile instance for mocking.

Applies to