GalleryArtifactSafetyProfileBase Constructors

Definition

Overloads

GalleryArtifactSafetyProfileBase()

Initializes a new instance of the GalleryArtifactSafetyProfileBase class.

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

Initializes a new instance of the GalleryArtifactSafetyProfileBase class.

GalleryArtifactSafetyProfileBase()

Initializes a new instance of the GalleryArtifactSafetyProfileBase class.

public GalleryArtifactSafetyProfileBase ();
Public Sub New ()

Applies to

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

Initializes a new instance of the GalleryArtifactSafetyProfileBase class.

public GalleryArtifactSafetyProfileBase (bool? allowDeletionOfReplicatedLocations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryArtifactSafetyProfileBase : Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GalleryArtifactSafetyProfileBase
Public Sub New (Optional allowDeletionOfReplicatedLocations As Nullable(Of Boolean) = Nothing)

Parameters

allowDeletionOfReplicatedLocations
Nullable<Boolean>

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

Applies to