次の方法で共有


BackupResourceVaultConfig コンストラクター

定義

オーバーロード

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' です。

resourceGuardOperationRequests
IList<String>

ResourceGuard 操作要求

isSoftDeleteFeatureStateEditable
Nullable<Boolean>

論理的な削除機能の状態を編集可能

適用対象