GalleryScriptVersionSafetyProfile Constructors

Definition

Overloads

Name Description
GalleryScriptVersionSafetyProfile()

Initializes a new instance of the GalleryScriptVersionSafetyProfile class.

GalleryScriptVersionSafetyProfile(Nullable<Boolean>)

Initializes a new instance of the GalleryScriptVersionSafetyProfile class.

GalleryScriptVersionSafetyProfile()

Initializes a new instance of the GalleryScriptVersionSafetyProfile class.

public GalleryScriptVersionSafetyProfile();
Public Sub New ()

Applies to

GalleryScriptVersionSafetyProfile(Nullable<Boolean>)

Initializes a new instance of the GalleryScriptVersionSafetyProfile class.

public GalleryScriptVersionSafetyProfile(bool? allowDeletionOfReplicatedLocations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionSafetyProfile : Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GalleryScriptVersionSafetyProfile
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