次の方法で共有


ProtectionContainer コンストラクター

定義

オーバーロード

ProtectionContainer()

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

ProtectionContainer(String, String, String, String, String)

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

ProtectionContainer()

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

public ProtectionContainer ();
Public Sub New ()

適用対象

ProtectionContainer(String, String, String, String, String)

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

public ProtectionContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing)

パラメーター

friendlyName
String

コンテナーのフレンドリ名。

backupManagementType
String

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

registrationStatus
String

Recovery Services コンテナーへのコンテナーの登録の状態。

healthStatus
String

コンテナーの正常性の状態。

protectableObjectType
String

このコンテナーに関連付けられている保護可能なオブジェクトの種類

適用対象