AzureVmWorkloadSAPAseSystemProtectableItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のホスト/クラスター名
- prebackupvalidation
- PreBackupValidation
保護可能なオブジェクトのバックアップ前検証
適用対象
Azure SDK for .NET