次の方法で共有


GalleryApplicationVersionSafetyProfile コンストラクター

定義

オーバーロード

GalleryApplicationVersionSafetyProfile()

GalleryApplicationVersionSafetyProfile クラスの新しいインスタンスを初期化します。

GalleryApplicationVersionSafetyProfile(Nullable<Boolean>)

GalleryApplicationVersionSafetyProfile クラスの新しいインスタンスを初期化します。

GalleryApplicationVersionSafetyProfile()

GalleryApplicationVersionSafetyProfile クラスの新しいインスタンスを初期化します。

public GalleryApplicationVersionSafetyProfile ();
Public Sub New ()

適用対象

GalleryApplicationVersionSafetyProfile(Nullable<Boolean>)

GalleryApplicationVersionSafetyProfile クラスの新しいインスタンスを初期化します。

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)

パラメーター

allowDeletionOfReplicatedLocations
Nullable<Boolean>

レプリケートされたリージョンからこのギャラリー イメージ バージョンを削除できるかどうかを示します。

適用対象