ArmComputeModelFactory.GalleryApplicationVersionSafetyProfile Method

Definition

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

allowDeletionOfReplicatedLocations
Nullable<Boolean>

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

Returns

A new GalleryApplicationVersionSafetyProfile instance for mocking.

Applies to