BackupResourceConfig コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- dedupState
- String
コンテナーの重複除去の状態。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。
- xcoolState
- String
コンテナーの x クール状態。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。
適用対象
Azure SDK for .NET