ArmComputeModelFactory.GalleryArtifactSafetyProfileBase Method

Definition

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

allowDeletionOfReplicatedLocations
Nullable<Boolean>

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

Returns

A new GalleryArtifactSafetyProfileBase instance for mocking.

Applies to