GalleryApplicationVersionSafetyProfile 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
GalleryApplicationVersionSafetyProfile() |
Initializes a new instance of the GalleryApplicationVersionSafetyProfile class. |
GalleryApplicationVersionSafetyProfile(Nullable<Boolean>) |
Initializes a new instance of the GalleryApplicationVersionSafetyProfile class. |
GalleryApplicationVersionSafetyProfile()
Initializes a new instance of the GalleryApplicationVersionSafetyProfile class.
public GalleryApplicationVersionSafetyProfile ();
Public Sub New ()
Applies to
GalleryApplicationVersionSafetyProfile(Nullable<Boolean>)
Initializes a new instance of the GalleryApplicationVersionSafetyProfile class.
public GalleryApplicationVersionSafetyProfile (bool? allowDeletionOfReplicatedLocations = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile : Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile
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.