GalleryArtifactSafetyProfileBase 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
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
Indicates whether or not removing this Gallery Image Version from replicated regions is allowed.
Applies to
Azure SDK for .NET