你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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”、“LocalRedundant”、“ZoneRedundant”、“ReadAccessGeoZoneRedundant”
- storageType
- String
存储类型。 可能的值包括:“Invalid”、“GeoRedundant”、“LocalRedundant”、“ZoneRedundant”、“ReadAccessGeoZoneRedundant”
- storageTypeState
- String
已锁定或已解锁。 针对资源注册计算机后,storageTypeState 始终处于锁定状态。 可能的值包括:“Invalid”、“Locked”、“Unlocked”
- enhancedSecurityState
- String
已启用或已禁用。 可能的值包括:“Invalid”、“Enabled”、“Disabled”
- softDeleteFeatureState
- String
软删除功能状态。 可能的值包括:“Invalid”、“Enabled”、“Disabled”