次の方法で共有


AzureIaaSComputeVMProtectableItem クラス

定義

Azure Resource Manager VM を表す IaaS VM ワークロード固有のバックアップ項目。

[Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")]
public class AzureIaaSComputeVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMProtectableItem
[<Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")>]
type AzureIaaSComputeVMProtectableItem = class
    inherit IaaSVMProtectableItem
Public Class AzureIaaSComputeVMProtectableItem
Inherits IaaSVMProtectableItem
継承
AzureIaaSComputeVMProtectableItem
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureIaaSComputeVMProtectableItem()

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

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

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

プロパティ

BackupManagementType

項目をバックアップするバックアップ管理の種類を取得または設定します。

(継承元 WorkloadProtectableItem)
FriendlyName

バックアップ項目のフレンドリ名を取得または設定します。

(継承元 WorkloadProtectableItem)
ProtectionState

バックアップ項目の状態を取得または設定します。 使用できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

(継承元 WorkloadProtectableItem)
ResourceGroup

Recovery Services コンテナーのリソース グループ名を取得または設定します。

(継承元 IaaSVMProtectableItem)
VirtualMachineId

仮想マシンの完全修飾 ARM ID を取得または設定します。

(継承元 IaaSVMProtectableItem)
VirtualMachineVersion

コンテナーがクラシック VM または Azure Resource Manager VM を表すかどうかを示す値を取得または設定します。

(継承元 IaaSVMProtectableItem)
WorkloadType

バックアップ管理のワークロードの種類を取得または設定します

(継承元 WorkloadProtectableItem)

適用対象