次の方法で共有


A2AProtectionIntentDiskDetails クラス

定義

Azure VM アンマネージド ディスク入力の詳細。

public class A2AProtectionIntentDiskDetails
type A2AProtectionIntentDiskDetails = class
Public Class A2AProtectionIntentDiskDetails
継承
A2AProtectionIntentDiskDetails

コンストラクター

A2AProtectionIntentDiskDetails(Uri)

A2AProtectionIntentDiskDetails の新しいインスタンスを初期化します。

プロパティ

DiskUri

ディスク URI。

PrimaryStagingStorageAccountCustomContent

プライマリ ステージング ストレージ アカウントの入力。 基底クラスであることに注意 StorageAccountCustomDetails してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます ExistingStorageAccount

RecoveryAzureStorageAccountCustomContent

回復 VHD ストレージ アカウントの入力。 基底クラスであることに注意 StorageAccountCustomDetails してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます ExistingStorageAccount

適用対象