次の方法で共有


AzureVmWorkloadSAPAseSystemProtectableItem コンストラクター

定義

オーバーロード

AzureVmWorkloadSAPAseSystemProtectableItem()

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

AzureVmWorkloadSAPAseSystemProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation)

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

AzureVmWorkloadSAPAseSystemProtectableItem()

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

public AzureVmWorkloadSAPAseSystemProtectableItem ();
Public Sub New ()

適用対象

AzureVmWorkloadSAPAseSystemProtectableItem(String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, PreBackupValidation)

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

public AzureVmWorkloadSAPAseSystemProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentName = default, string parentUniqueName = default, string serverName = default, bool? isAutoProtectable = default, bool? isAutoProtected = default, int? subinquireditemcount = default, int? subprotectableitemcount = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation prebackupvalidation = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadSAPAseSystemProtectableItem : string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVmWorkloadSAPAseSystemProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentName As String = Nothing, Optional parentUniqueName As String = Nothing, Optional serverName As String = Nothing, Optional isAutoProtectable As Nullable(Of Boolean) = Nothing, Optional isAutoProtected As Nullable(Of Boolean) = Nothing, Optional subinquireditemcount As Nullable(Of Integer) = Nothing, Optional subprotectableitemcount As Nullable(Of Integer) = Nothing, Optional prebackupvalidation As PreBackupValidation = Nothing)

パラメーター

backupManagementType
String

項目をバックアップするバックアップ管理の種類。

workloadType
String

バックアップ管理のワークロードの種類

friendlyName
String

バックアップ項目のフレンドリ名。

protectionState
String

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

parentName
String

インスタンスまたは AG の名前

parentUniqueName
String

親の一意の名前が追加され、親が Instance または SQL AG であるデータ ベースに適用できる親のみのサービス形式の URI 名が提供されます。

serverName
String

インスタンスまたは AG のホスト/クラスター名

isAutoProtectable
Nullable<Boolean>

保護可能な項目が自動保護可能かどうかを示します

isAutoProtected
Nullable<Boolean>

保護可能な項目が自動保護されているかどうかを示します

subinquireditemcount
Nullable<Int32>

インスタンスまたは AG の場合、 は DB の存在数を示します

subprotectableitemcount
Nullable<Int32>

インスタンスまたは AG では、保護する DB の数を示します

prebackupvalidation
PreBackupValidation

保護可能なオブジェクトのバックアップ前検証

適用対象