Partager via


GalleryArtifactSafetyProfileBase Constructeurs

Définition

Surcharges

GalleryArtifactSafetyProfileBase()

Initialise une nouvelle instance de la classe GalleryArtifactSafetyProfileBase.

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

Initialise une nouvelle instance de la classe GalleryArtifactSafetyProfileBase.

GalleryArtifactSafetyProfileBase()

Initialise une nouvelle instance de la classe GalleryArtifactSafetyProfileBase.

public GalleryArtifactSafetyProfileBase ();
Public Sub New ()

S’applique à

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

Initialise une nouvelle instance de la classe GalleryArtifactSafetyProfileBase.

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)

Paramètres

allowDeletionOfReplicatedLocations
Nullable<Boolean>

Indique si la suppression de cette version d’image de galerie des régions répliquées est autorisée.

S’applique à