Microsoft.RecoveryServices 保存庫
- 最新
- 2024-10-01
- 2024-04-30-preview
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-30-preview
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-31-preview
- 2022-01-01
- 2021-12-01
- 2021-11-01-preview
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2021-01-01
- 2020-10-01
- 2020-02-02
- 2016-06-01
Bicep 資源定義
儲存庫資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.RecoveryServices/vaults 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.RecoveryServices/vaults@2024-10-01' = {
etag: 'string'
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
encryption: {
infrastructureEncryption: 'string'
kekIdentity: {
userAssignedIdentity: 'string'
useSystemAssignedIdentity: bool
}
keyVaultProperties: {
keyUri: 'string'
}
}
monitoringSettings: {
azureMonitorAlertSettings: {
alertsForAllFailoverIssues: 'string'
alertsForAllJobFailures: 'string'
alertsForAllReplicationIssues: 'string'
}
classicAlertSettings: {
alertsForCriticalOperations: 'string'
emailNotificationsForSiteRecovery: 'string'
}
}
moveDetails: {}
publicNetworkAccess: 'string'
redundancySettings: {
crossRegionRestore: 'string'
standardTierStorageRedundancy: 'string'
}
resourceGuardOperationRequests: [
'string'
]
restoreSettings: {
crossSubscriptionRestoreSettings: {
crossSubscriptionRestoreState: 'string'
}
}
securitySettings: {
immutabilitySettings: {
state: 'string'
}
softDeleteSettings: {
enhancedSecurityState: 'string'
softDeleteRetentionPeriodInDays: int
softDeleteState: 'string'
}
}
upgradeDetails: {}
}
sku: {
capacity: 'string'
family: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
AzureMonitorAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForAllFailoverIssues | 'Disabled' 'Enabled' |
|
alertsForAllJobFailures | 'Disabled' 'Enabled' |
|
alertsForAllReplicationIssues | 'Disabled' 'Enabled' |
ClassicAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForCriticalOperations | 'Disabled' 'Enabled' |
|
emailNotificationsForSiteRecovery | 'Disabled' 'Enabled' |
CmkKekIdentity
名字 | 描述 | 價值 |
---|---|---|
userAssignedIdentity | 使用者指派的身分識別,用來授與許可權,以防使用的身分識別類型為UserAssigned | 字串 |
useSystemAssignedIdentity | 表示應該使用系統指派的身分識別。 與 'userAssignedIdentity' 字段互斥 | bool |
CmkKeyVaultProperties
名字 | 描述 | 價值 |
---|---|---|
keyUri | 客戶管理金鑰的金鑰 URI | 字串 |
CrossSubscriptionRestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreState | 'Disabled' 'Enabled' 'PermanentlyDisabled' |
IdentityData
名字 | 描述 | 價值 |
---|---|---|
類型 | 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | IdentityDataUserAssignedIdentities |
IdentityDataUserAssignedIdentities
名字 | 描述 | 價值 |
---|
ImmutabilitySettings
名字 | 描述 | 價值 |
---|---|---|
州 | 'Disabled' 'Locked' 「已解除鎖定」 |
Microsoft.RecoveryServices/vaults
名字 | 描述 | 價值 |
---|---|---|
etag | 選擇性 ETag。 | 字串 |
身份 | 資源的身分識別。 | IdentityData |
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 保存庫的屬性。 | VaultProperties |
sku | 識別每個 Azure 資源的唯一系統識別碼。 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
MonitoringSettings
名字 | 描述 | 價值 |
---|---|---|
azureMonitorAlertSettings | Azure 監視器型警示的設定 | AzureMonitorAlertSettings |
classicAlertSettings | 傳統警示的設定 | ClassicAlertSettings |
RestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreSettings | CrossSubscriptionRestore 的設定 | CrossSubscriptionRestoreSettings |
SecuritySettings
名字 | 描述 | 價值 |
---|---|---|
immutabilitySettings | 保存庫的不變性設定 | ImmutabilitySettings |
softDeleteSettings | 虛刪除保存庫的設定 | SoftDeleteSettings |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量 | 字串 |
家庭 | SKU 系列 | 字串 |
名字 | SKU 的名稱是 RS0(復原服務第 0 版),而該層是標準層。 它們不會影響後端記憶體備援或任何其他保存庫設定。 若要管理記憶體備援,請使用backupstorageconfig | 'RS0' 'Standard' (必要) |
大小 | SKU 大小 | 字串 |
層 | Sku 層。 | 字串 |
SoftDeleteSettings
名字 | 描述 | 價值 |
---|---|---|
enhancedSecurityState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
|
softDeleteRetentionPeriodInDays | 以天為單位的虛刪除保留期限 | int |
softDeleteState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UpgradeDetails
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|
VaultProperties
名字 | 描述 | 價值 |
---|---|---|
加密 | 客戶管理的資源金鑰詳細數據。 | VaultPropertiesEncryption |
monitoringSettings | 保存庫的監視設定 | MonitoringSettings |
moveDetails | 在 Azure 資源上執行的最新行動作業詳細數據 | VaultPropertiesMoveDetails |
publicNetworkAccess | 屬性,可啟用或停用來自公用客戶端的資源提供者輸入網路流量 | 'Disabled' 'Enabled' |
redundancySettings | 保存庫的備援設定 | VaultPropertiesRedundancySettings |
resourceGuardOperationRequests | 將執行 LAC 檢查的 ResourceGuardOperationRequests | string[] |
restoreSettings | 還原保存庫的設定 | RestoreSettings |
securitySettings | 保存庫的安全性設定 | SecuritySettings |
upgradeDetails | 升級保存庫的詳細數據。 | UpgradeDetails |
VaultPropertiesEncryption
名字 | 描述 | 價值 |
---|---|---|
infrastructureEncryption | 啟用/停用雙重加密狀態 | 'Disabled' 'Enabled' |
kekIdentity | CMK 所使用的身分識別詳細數據 | CmkKekIdentity |
keyVaultProperties | 裝載 CMK 之 Key Vault 的屬性 | CmkKeyVaultProperties |
VaultPropertiesMoveDetails
名字 | 描述 | 價值 |
---|
VaultPropertiesRedundancySettings
名字 | 描述 | 價值 |
---|---|---|
crossRegionRestore | 旗標,以顯示是否在保存庫上啟用跨區域還原 | 'Disabled' 'Enabled' |
standardTierStorageRedundancy | 保存庫的記憶體備援設定 | 'GeoRedundant' 'Invalid' 'LocallyRedundant' 'ZoneRedundant' |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
Azure 虛擬機中工作負載的 Azure 備份 | 此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM |
使用復原服務備份現有的檔案共用 (每日) | 此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。 |
使用復原服務備份現有的檔案共用 (每小時) | 此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。 |
使用復原服務保存庫 備份 Resource Manager VM | 此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份 |
使用進階選項建立復原服務保存庫 | 此範本會建立將進一步用於備份和 Site Recovery 的復原服務保存庫。 |
為 RS Vault 建立每日備份原則以保護 IaaSVM | 此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。 |
建立復原服務保存庫並啟用診斷 | 此範本會建立復原服務保存庫,並啟用 Azure 備份的診斷。 這也會部署記憶體帳戶和 oms 工作區。 |
使用備份原則建立復原服務保存庫 | 此範本會建立具有備份原則的復原服務保存庫,並設定選擇性功能,例如系統身分識別、備份記憶體類型、跨區域還原和診斷記錄,以及刪除鎖定。 |
使用預設選項建立復原服務保存庫 | 建立復原服務保存庫的簡單範本。 |
為 RS Vault 建立每周備份原則以保護 IaaSVM | 此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。 |
部署 Windows VM 並使用 Azure 備份 啟用備份 | 此範本可讓您部署使用DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。 |
ARM 樣本資源定義
儲存庫資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.RecoveryServices/vaults 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.RecoveryServices/vaults",
"apiVersion": "2024-10-01",
"name": "string",
"etag": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"encryption": {
"infrastructureEncryption": "string",
"kekIdentity": {
"userAssignedIdentity": "string",
"useSystemAssignedIdentity": "bool"
},
"keyVaultProperties": {
"keyUri": "string"
}
},
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllFailoverIssues": "string",
"alertsForAllJobFailures": "string",
"alertsForAllReplicationIssues": "string"
},
"classicAlertSettings": {
"alertsForCriticalOperations": "string",
"emailNotificationsForSiteRecovery": "string"
}
},
"moveDetails": {
},
"publicNetworkAccess": "string",
"redundancySettings": {
"crossRegionRestore": "string",
"standardTierStorageRedundancy": "string"
},
"resourceGuardOperationRequests": [ "string" ],
"restoreSettings": {
"crossSubscriptionRestoreSettings": {
"crossSubscriptionRestoreState": "string"
}
},
"securitySettings": {
"immutabilitySettings": {
"state": "string"
},
"softDeleteSettings": {
"enhancedSecurityState": "string",
"softDeleteRetentionPeriodInDays": "int",
"softDeleteState": "string"
}
},
"upgradeDetails": {
}
},
"sku": {
"capacity": "string",
"family": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AzureMonitorAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForAllFailoverIssues | 'Disabled' 'Enabled' |
|
alertsForAllJobFailures | 'Disabled' 'Enabled' |
|
alertsForAllReplicationIssues | 'Disabled' 'Enabled' |
ClassicAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForCriticalOperations | 'Disabled' 'Enabled' |
|
emailNotificationsForSiteRecovery | 'Disabled' 'Enabled' |
CmkKekIdentity
名字 | 描述 | 價值 |
---|---|---|
userAssignedIdentity | 使用者指派的身分識別,用來授與許可權,以防使用的身分識別類型為UserAssigned | 字串 |
useSystemAssignedIdentity | 表示應該使用系統指派的身分識別。 與 'userAssignedIdentity' 字段互斥 | bool |
CmkKeyVaultProperties
名字 | 描述 | 價值 |
---|---|---|
keyUri | 客戶管理金鑰的金鑰 URI | 字串 |
CrossSubscriptionRestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreState | 'Disabled' 'Enabled' 'PermanentlyDisabled' |
IdentityData
名字 | 描述 | 價值 |
---|---|---|
類型 | 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | IdentityDataUserAssignedIdentities |
IdentityDataUserAssignedIdentities
名字 | 描述 | 價值 |
---|
ImmutabilitySettings
名字 | 描述 | 價值 |
---|---|---|
州 | 'Disabled' 'Locked' 「已解除鎖定」 |
Microsoft.RecoveryServices/vaults
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-10-01' |
etag | 選擇性 ETag。 | 字串 |
身份 | 資源的身分識別。 | IdentityData |
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 保存庫的屬性。 | VaultProperties |
sku | 識別每個 Azure 資源的唯一系統識別碼。 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.RecoveryServices/vaults' |
MonitoringSettings
名字 | 描述 | 價值 |
---|---|---|
azureMonitorAlertSettings | Azure 監視器型警示的設定 | AzureMonitorAlertSettings |
classicAlertSettings | 傳統警示的設定 | ClassicAlertSettings |
RestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreSettings | CrossSubscriptionRestore 的設定 | CrossSubscriptionRestoreSettings |
SecuritySettings
名字 | 描述 | 價值 |
---|---|---|
immutabilitySettings | 保存庫的不變性設定 | ImmutabilitySettings |
softDeleteSettings | 虛刪除保存庫的設定 | SoftDeleteSettings |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量 | 字串 |
家庭 | SKU 系列 | 字串 |
名字 | SKU 的名稱是 RS0(復原服務第 0 版),而該層是標準層。 它們不會影響後端記憶體備援或任何其他保存庫設定。 若要管理記憶體備援,請使用backupstorageconfig | 'RS0' 'Standard' (必要) |
大小 | SKU 大小 | 字串 |
層 | Sku 層。 | 字串 |
SoftDeleteSettings
名字 | 描述 | 價值 |
---|---|---|
enhancedSecurityState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
|
softDeleteRetentionPeriodInDays | 以天為單位的虛刪除保留期限 | int |
softDeleteState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UpgradeDetails
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|
VaultProperties
名字 | 描述 | 價值 |
---|---|---|
加密 | 客戶管理的資源金鑰詳細數據。 | VaultPropertiesEncryption |
monitoringSettings | 保存庫的監視設定 | MonitoringSettings |
moveDetails | 在 Azure 資源上執行的最新行動作業詳細數據 | VaultPropertiesMoveDetails |
publicNetworkAccess | 屬性,可啟用或停用來自公用客戶端的資源提供者輸入網路流量 | 'Disabled' 'Enabled' |
redundancySettings | 保存庫的備援設定 | VaultPropertiesRedundancySettings |
resourceGuardOperationRequests | 將執行 LAC 檢查的 ResourceGuardOperationRequests | string[] |
restoreSettings | 還原保存庫的設定 | RestoreSettings |
securitySettings | 保存庫的安全性設定 | SecuritySettings |
upgradeDetails | 升級保存庫的詳細數據。 | UpgradeDetails |
VaultPropertiesEncryption
名字 | 描述 | 價值 |
---|---|---|
infrastructureEncryption | 啟用/停用雙重加密狀態 | 'Disabled' 'Enabled' |
kekIdentity | CMK 所使用的身分識別詳細數據 | CmkKekIdentity |
keyVaultProperties | 裝載 CMK 之 Key Vault 的屬性 | CmkKeyVaultProperties |
VaultPropertiesMoveDetails
名字 | 描述 | 價值 |
---|
VaultPropertiesRedundancySettings
名字 | 描述 | 價值 |
---|---|---|
crossRegionRestore | 旗標,以顯示是否在保存庫上啟用跨區域還原 | 'Disabled' 'Enabled' |
standardTierStorageRedundancy | 保存庫的記憶體備援設定 | 'GeoRedundant' 'Invalid' 'LocallyRedundant' 'ZoneRedundant' |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Azure 虛擬機中工作負載的 Azure 備份 |
此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM |
使用復原服務備份現有的檔案共用 (每日) |
此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。 |
使用復原服務備份現有的檔案共用 (每小時) |
此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。 |
使用復原服務保存庫 備份 Resource Manager VM |
此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份 |
使用進階選項建立復原服務保存庫 |
此範本會建立將進一步用於備份和 Site Recovery 的復原服務保存庫。 |
為 RS Vault 建立每日備份原則以保護 IaaSVM |
此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。 |
建立復原服務保存庫並啟用診斷 |
此範本會建立復原服務保存庫,並啟用 Azure 備份的診斷。 這也會部署記憶體帳戶和 oms 工作區。 |
使用備份原則建立復原服務保存庫 |
此範本會建立具有備份原則的復原服務保存庫,並設定選擇性功能,例如系統身分識別、備份記憶體類型、跨區域還原和診斷記錄,以及刪除鎖定。 |
使用預設選項建立復原服務保存庫 |
建立復原服務保存庫的簡單範本。 |
為 RS Vault 建立每周備份原則以保護 IaaSVM |
此範本會建立復原服務保存庫和每日備份原則,可用來保護傳統和 ARM 型 IaaS VM。 |
部署 Windows VM 並使用 Azure 備份 啟用備份 |
此範本可讓您部署使用DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。 |
IBM Cloud Pak for Data on Azure |
此範本會在 Azure 上部署 Openshift 叢集,其中包含所有必要的資源、基礎結構,然後部署 IBM Cloud Pak for Data,以及使用者選擇的附加元件。 |
Openshift 容器平臺 4.3 |
Openshift 容器平臺 4.3 |
Terraform (AzAPI 提供者) 資源定義
儲存庫資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.RecoveryServices/vaults 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults@2024-10-01"
name = "string"
etag = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
sku = {
capacity = "string"
family = "string"
name = "string"
size = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
encryption = {
infrastructureEncryption = "string"
kekIdentity = {
userAssignedIdentity = "string"
useSystemAssignedIdentity = bool
}
keyVaultProperties = {
keyUri = "string"
}
}
monitoringSettings = {
azureMonitorAlertSettings = {
alertsForAllFailoverIssues = "string"
alertsForAllJobFailures = "string"
alertsForAllReplicationIssues = "string"
}
classicAlertSettings = {
alertsForCriticalOperations = "string"
emailNotificationsForSiteRecovery = "string"
}
}
moveDetails = {
}
publicNetworkAccess = "string"
redundancySettings = {
crossRegionRestore = "string"
standardTierStorageRedundancy = "string"
}
resourceGuardOperationRequests = [
"string"
]
restoreSettings = {
crossSubscriptionRestoreSettings = {
crossSubscriptionRestoreState = "string"
}
}
securitySettings = {
immutabilitySettings = {
state = "string"
}
softDeleteSettings = {
enhancedSecurityState = "string"
softDeleteRetentionPeriodInDays = int
softDeleteState = "string"
}
}
upgradeDetails = {
}
}
})
}
屬性值
AzureMonitorAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForAllFailoverIssues | 'Disabled' 'Enabled' |
|
alertsForAllJobFailures | 'Disabled' 'Enabled' |
|
alertsForAllReplicationIssues | 'Disabled' 'Enabled' |
ClassicAlertSettings
名字 | 描述 | 價值 |
---|---|---|
alertsForCriticalOperations | 'Disabled' 'Enabled' |
|
emailNotificationsForSiteRecovery | 'Disabled' 'Enabled' |
CmkKekIdentity
名字 | 描述 | 價值 |
---|---|---|
userAssignedIdentity | 使用者指派的身分識別,用來授與許可權,以防使用的身分識別類型為UserAssigned | 字串 |
useSystemAssignedIdentity | 表示應該使用系統指派的身分識別。 與 'userAssignedIdentity' 字段互斥 | bool |
CmkKeyVaultProperties
名字 | 描述 | 價值 |
---|---|---|
keyUri | 客戶管理金鑰的金鑰 URI | 字串 |
CrossSubscriptionRestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreState | 'Disabled' 'Enabled' 'PermanentlyDisabled' |
IdentityData
名字 | 描述 | 價值 |
---|---|---|
類型 | 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 | 'None' 'SystemAssigned' 'SystemAssigned, UserAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 | IdentityDataUserAssignedIdentities |
IdentityDataUserAssignedIdentities
名字 | 描述 | 價值 |
---|
ImmutabilitySettings
名字 | 描述 | 價值 |
---|---|---|
州 | 'Disabled' 'Locked' 「已解除鎖定」 |
Microsoft.RecoveryServices/vaults
名字 | 描述 | 價值 |
---|---|---|
etag | 選擇性 ETag。 | 字串 |
身份 | 資源的身分識別。 | IdentityData |
位置 | 資源位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 保存庫的屬性。 | VaultProperties |
sku | 識別每個 Azure 資源的唯一系統識別碼。 | Sku |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.RecoveryServices/vaults@2024-10-01” |
MonitoringSettings
名字 | 描述 | 價值 |
---|---|---|
azureMonitorAlertSettings | Azure 監視器型警示的設定 | AzureMonitorAlertSettings |
classicAlertSettings | 傳統警示的設定 | ClassicAlertSettings |
RestoreSettings
名字 | 描述 | 價值 |
---|---|---|
crossSubscriptionRestoreSettings | CrossSubscriptionRestore 的設定 | CrossSubscriptionRestoreSettings |
SecuritySettings
名字 | 描述 | 價值 |
---|---|---|
immutabilitySettings | 保存庫的不變性設定 | ImmutabilitySettings |
softDeleteSettings | 虛刪除保存庫的設定 | SoftDeleteSettings |
Sku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量 | 字串 |
家庭 | SKU 系列 | 字串 |
名字 | SKU 的名稱是 RS0(復原服務第 0 版),而該層是標準層。 它們不會影響後端記憶體備援或任何其他保存庫設定。 若要管理記憶體備援,請使用backupstorageconfig | 'RS0' 'Standard' (必要) |
大小 | SKU 大小 | 字串 |
層 | Sku 層。 | 字串 |
SoftDeleteSettings
名字 | 描述 | 價值 |
---|---|---|
enhancedSecurityState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
|
softDeleteRetentionPeriodInDays | 以天為單位的虛刪除保留期限 | int |
softDeleteState | 'AlwaysON' 'Disabled' 'Enabled' 'Invalid' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UpgradeDetails
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|
VaultProperties
名字 | 描述 | 價值 |
---|---|---|
加密 | 客戶管理的資源金鑰詳細數據。 | VaultPropertiesEncryption |
monitoringSettings | 保存庫的監視設定 | MonitoringSettings |
moveDetails | 在 Azure 資源上執行的最新行動作業詳細數據 | VaultPropertiesMoveDetails |
publicNetworkAccess | 屬性,可啟用或停用來自公用客戶端的資源提供者輸入網路流量 | 'Disabled' 'Enabled' |
redundancySettings | 保存庫的備援設定 | VaultPropertiesRedundancySettings |
resourceGuardOperationRequests | 將執行 LAC 檢查的 ResourceGuardOperationRequests | string[] |
restoreSettings | 還原保存庫的設定 | RestoreSettings |
securitySettings | 保存庫的安全性設定 | SecuritySettings |
upgradeDetails | 升級保存庫的詳細數據。 | UpgradeDetails |
VaultPropertiesEncryption
名字 | 描述 | 價值 |
---|---|---|
infrastructureEncryption | 啟用/停用雙重加密狀態 | 'Disabled' 'Enabled' |
kekIdentity | CMK 所使用的身分識別詳細數據 | CmkKekIdentity |
keyVaultProperties | 裝載 CMK 之 Key Vault 的屬性 | CmkKeyVaultProperties |
VaultPropertiesMoveDetails
名字 | 描述 | 價值 |
---|
VaultPropertiesRedundancySettings
名字 | 描述 | 價值 |
---|---|---|
crossRegionRestore | 旗標,以顯示是否在保存庫上啟用跨區域還原 | 'Disabled' 'Enabled' |
standardTierStorageRedundancy | 保存庫的記憶體備援設定 | 'GeoRedundant' 'Invalid' 'LocallyRedundant' 'ZoneRedundant' |