GalleryScriptVersionSafetyProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.