次の方法で共有


AzureRecoveryServiceVaultProtectionIntent コンストラクター

定義

オーバーロード

AzureRecoveryServiceVaultProtectionIntent()

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

AzureRecoveryServiceVaultProtectionIntent(String, String, String, String, String)

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

AzureRecoveryServiceVaultProtectionIntent()

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

public AzureRecoveryServiceVaultProtectionIntent();
Public Sub New ()

適用対象

AzureRecoveryServiceVaultProtectionIntent(String, String, String, String, String)

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

public AzureRecoveryServiceVaultProtectionIntent(string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureRecoveryServiceVaultProtectionIntent : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureRecoveryServiceVaultProtectionIntent
Public Sub New (Optional backupManagementType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional itemId As String = Nothing, Optional policyId As String = Nothing, Optional protectionState As String = Nothing)

パラメーター

backupManagementType
String

バックアップ項目のバックアップ管理の種類。 使用できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

sourceResourceId
String

バックアップするリソースの ARM ID。

itemId
String

保護されているアイテムの ID。Azure Vm の場合は ProtectedItemId です

policyId
String

この項目がバックアップされるバックアップ ポリシーの ID。

protectionState
String

このバックアップ項目のバックアップ状態。 使用できる値は、'Invalid'、'NotProtected'、'Protecting'、'Protected'、'ProtectionFailed' です。

適用対象