AzureWorkloadSQLAutoProtectionIntent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureWorkloadSQLAutoProtectionIntent() |
AzureWorkloadSQLAutoProtectionIntent クラスの新しいインスタンスを初期化します。 |
AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String) |
AzureWorkloadSQLAutoProtectionIntent クラスの新しいインスタンスを初期化します。 |
AzureWorkloadSQLAutoProtectionIntent()
AzureWorkloadSQLAutoProtectionIntent クラスの新しいインスタンスを初期化します。
public AzureWorkloadSQLAutoProtectionIntent();
Public Sub New ()
適用対象
AzureWorkloadSQLAutoProtectionIntent(String, String, String, String, String, String)
AzureWorkloadSQLAutoProtectionIntent クラスの新しいインスタンスを初期化します。
public AzureWorkloadSQLAutoProtectionIntent(string backupManagementType = default, string sourceResourceId = default, string itemId = default, string policyId = default, string protectionState = default, string workloadItemType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLAutoProtectionIntent
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, Optional workloadItemType 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' です。
- workloadItemType
- String
意図を設定する項目のワークロード項目の種類。 指定できる値は、'Invalid'、'SQLInstance'、'SQLDataBase'、'SAPHanaSystem'、'SAPHanaDatabase'、'SAPAseSystem'、'SAPAseDatabase' です。
適用対象
Azure SDK for .NET