MaintenanceConfiguration interface
維護設定記錄類型
- Extends
屬性
| extension |
取得或設定 maintenanceConfiguration 的 extensionProperties |
| install |
要傳遞至修補程式執行作業的輸入參數。 |
| location | 取得或設定資源的位置 |
| maintenance |
取得或設定組態的 maintenanceScope |
| maintenance |
MaintenanceWindow 的定義 |
| namespace | 取得或設定資源的命名空間 |
| tags | 取得或設定資源的標記 |
| visibility | 取得或設定組態的可見性。 預設值為 'Custom' |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
extensionProperties
取得或設定 maintenanceConfiguration 的 extensionProperties
extensionProperties?: Record<string, string>
屬性值
Record<string, string>
installPatches
location
取得或設定資源的位置
location?: string
屬性值
string
maintenanceScope
取得或設定組態的 maintenanceScope
maintenanceScope?: string
屬性值
string
maintenanceWindow
namespace
取得或設定資源的命名空間
namespace?: string
屬性值
string
tags
取得或設定資源的標記
tags?: Record<string, string>
屬性值
Record<string, string>
visibility
取得或設定組態的可見性。 預設值為 'Custom'
visibility?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
type
資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」
type?: string
屬性值
string