次の方法で共有


BackupResourceConfig コンストラクター

定義

オーバーロード

BackupResourceConfig()

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

BackupResourceConfig(String, String, String, Nullable<Boolean>, String, String)

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

BackupResourceConfig()

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

public BackupResourceConfig();
Public Sub New ()

適用対象

BackupResourceConfig(String, String, String, Nullable<Boolean>, String, String)

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

public BackupResourceConfig(string storageModelType = default, string storageType = default, string storageTypeState = default, bool? crossRegionRestoreFlag = default, string dedupState = default, string xcoolState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfig : string * string * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfig
Public Sub New (Optional storageModelType As String = Nothing, Optional storageType As String = Nothing, Optional storageTypeState As String = Nothing, Optional crossRegionRestoreFlag As Nullable(Of Boolean) = Nothing, Optional dedupState As String = Nothing, Optional xcoolState As String = Nothing)

パラメーター

storageModelType
String

ストレージの種類。 指定できる値は、'Invalid'、'GeoRedundant'、'LocallyRedundant'、'ZoneRedundant'、'ReadAccessGeoZoneRedundant' です。

storageType
String

ストレージの種類。 指定できる値は、'Invalid'、'GeoRedundant'、'LocallyRedundant'、'ZoneRedundant'、'ReadAccessGeoZoneRedundant' です。

storageTypeState
String

ロック済みまたはロック解除済み。 リソースに対してマシンが登録されると、storageTypeState は常にロックされます。 指定できる値は、'Invalid'、'Locked'、'Unlocked' です。

crossRegionRestoreFlag
Nullable<Boolean>

リージョン間復元機能の詳細を選択します。

dedupState
String

コンテナーの重複除去の状態。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。

xcoolState
String

コンテナーの x クール状態。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。

適用対象