次の方法で共有


ProtectionIntentOperationsExtensions.Validate メソッド

定義

次の検証が行われます

  1. コンテナーの容量
  2. VM は既に保護されています
  3. プロパティで渡される VM 関連の構成。
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupResponse Validate(this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupRequest parameters);
static member Validate : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionIntentOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupRequest -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupResponse
<Extension()>
Public Function Validate (operations As IProtectionIntentOperations, azureRegion As String, parameters As PreValidateEnableBackupRequest) As PreValidateEnableBackupResponse

パラメーター

operations
IProtectionIntentOperations

この拡張メソッドの操作グループ。

azureRegion
String

Api にヒットする Azure リージョン

parameters
PreValidateEnableBackupRequest

仮想マシンでバックアップ検証要求を有効にする

戻り値

適用対象