你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryArtifactSafetyProfileBase 构造函数

定义

重载

GalleryArtifactSafetyProfileBase()

初始化 GalleryArtifactSafetyProfileBase 类的新实例。

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

初始化 GalleryArtifactSafetyProfileBase 类的新实例。

GalleryArtifactSafetyProfileBase()

初始化 GalleryArtifactSafetyProfileBase 类的新实例。

public GalleryArtifactSafetyProfileBase();
Public Sub New ()

适用于

GalleryArtifactSafetyProfileBase(Nullable<Boolean>)

初始化 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)

参数

allowDeletionOfReplicatedLocations
Nullable<Boolean>

指示是否允许从复制区域删除此库映像版本。

适用于