次の方法で共有


AzureIaaSClassicComputeVMProtectableItem クラス

定義

クラシック コンピューティング VM を表す IaaS VM ワークロード固有のバックアップ項目。

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

コンストラクター

AzureIaaSClassicComputeVMProtectableItem()

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

AzureIaaSClassicComputeVMProtectableItem(String, String, String, String, String, String, String)

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

プロパティ

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)

適用対象