次の方法で共有


AzureIaaSComputeVMProtectableItem コンストラクター

定義

オーバーロード

AzureIaaSComputeVMProtectableItem()

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

AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String)

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

AzureIaaSComputeVMProtectableItem()

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

public AzureIaaSComputeVMProtectableItem ();
Public Sub New ()

適用対象

AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String)

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

public AzureIaaSComputeVMProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string virtualMachineId = default, string virtualMachineVersion = default, string resourceGroup = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSComputeVMProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSComputeVMProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional virtualMachineId As String = Nothing, Optional virtualMachineVersion As String = Nothing, Optional resourceGroup As String = Nothing)

パラメーター

backupManagementType
String

項目をバックアップするバックアップ管理の種類。

workloadType
String

バックアップ管理のワークロードの種類

friendlyName
String

バックアップ項目のフレンドリ名。

protectionState
String

バックアップ項目の状態。 指定できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

virtualMachineId
String

仮想マシンの完全修飾 ARM ID。

virtualMachineVersion
String

コンテナーがクラシック VM と Azure Resource Manager VM のどちらを表すかを指定します。

resourceGroup
String

Recovery Services コンテナーのリソース グループ名。

適用対象