次の方法で共有


IaaSVMProtectableItem クラス

定義

IaaS VM ワークロード固有のバックアップ項目。

public class IaaSVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
type IaaSVMProtectableItem = class
    inherit WorkloadProtectableItem
Public Class IaaSVMProtectableItem
Inherits WorkloadProtectableItem
継承
IaaSVMProtectableItem
派生

コンストラクター

IaaSVMProtectableItem()

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

IaaSVMProtectableItem(String, String, String, String, String, String, String)

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

プロパティ

BackupManagementType

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

(継承元 WorkloadProtectableItem)
FriendlyName

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

(継承元 WorkloadProtectableItem)
ProtectionState

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

(継承元 WorkloadProtectableItem)
ResourceGroup

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

VirtualMachineId

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

VirtualMachineVersion

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

WorkloadType

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

(継承元 WorkloadProtectableItem)

適用対象