AzureIaaSComputeVMProtectableItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 コンテナーのリソース グループ名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET