SolutionResource interface
解決方案回應。
- Extends
屬性
| content | 需要轉譯並顯示給客戶的 HTML 內容。 |
| parameters | 執行解決方案的用戶端輸入參數 |
| provisioning |
解決方案布建的狀態。 |
| replacement |
解決方案取代對應。 |
| sections | 區段對象的清單。 |
| solution |
識別單一解決方案的解決方案識別碼。 |
| title | 標題。 |
| trigger |
解決方案要求觸發條件 |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
content
需要轉譯並顯示給客戶的 HTML 內容。
content?: string
屬性值
string
parameters
執行解決方案的用戶端輸入參數
parameters?: Record<string, string>
屬性值
Record<string, string>
provisioningState
解決方案布建的狀態。
provisioningState?: string
屬性值
string
replacementMaps
sections
solutionId
識別單一解決方案的解決方案識別碼。
solutionId?: string
屬性值
string
title
標題。
title?: string
屬性值
string
triggerCriteria
繼承的屬性詳細資料
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