BackupResourceVaultConfig コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BackupResourceVaultConfig() |
BackupResourceVaultConfig クラスの新しいインスタンスを初期化します。 |
BackupResourceVaultConfig(String, String, String, String, String, IList<String>, Nullable<Boolean>) |
BackupResourceVaultConfig クラスの新しいインスタンスを初期化します。 |
BackupResourceVaultConfig()
BackupResourceVaultConfig クラスの新しいインスタンスを初期化します。
public BackupResourceVaultConfig();
Public Sub New ()
適用対象
BackupResourceVaultConfig(String, String, String, String, String, IList<String>, Nullable<Boolean>)
BackupResourceVaultConfig クラスの新しいインスタンスを初期化します。
public BackupResourceVaultConfig(string storageModelType = default, string storageType = default, string storageTypeState = default, string enhancedSecurityState = default, string softDeleteFeatureState = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, bool? isSoftDeleteFeatureStateEditable = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig : string * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfig
Public Sub New (Optional storageModelType As String = Nothing, Optional storageType As String = Nothing, Optional storageTypeState As String = Nothing, Optional enhancedSecurityState As String = Nothing, Optional softDeleteFeatureState As String = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional isSoftDeleteFeatureStateEditable As Nullable(Of Boolean) = Nothing)
パラメーター
- storageModelType
- String
ストレージの種類。 指定できる値は、'Invalid'、'GeoRedundant'、'LocallyRedundant'、'ZoneRedundant'、'ReadAccessGeoZoneRedundant' です。
- storageType
- String
ストレージの種類。 指定できる値は、'Invalid'、'GeoRedundant'、'LocallyRedundant'、'ZoneRedundant'、'ReadAccessGeoZoneRedundant' です。
- storageTypeState
- String
ロック済みまたはロック解除済み。 リソースに対してマシンが登録されると、storageTypeState は常にロックされます。 指定できる値は、'Invalid'、'Locked'、'Unlocked' です。
- enhancedSecurityState
- String
有効または無効。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。
- softDeleteFeatureState
- String
論理的な削除機能の状態。 使用可能な値は、'Invalid'、'Enabled'、'Disabled' です。
適用対象
Azure SDK for .NET