SolutionResource interface

解決方案回應。

Extends

屬性

content

需要轉譯並顯示給客戶的 HTML 內容。

parameters

執行解決方案的用戶端輸入參數

provisioningState

解決方案布建的狀態。

replacementMaps

解決方案取代對應。

sections

區段對象的清單。

solutionId

識別單一解決方案的解決方案識別碼。

title

標題。

triggerCriteria

解決方案要求觸發條件

繼承的屬性

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

資源的名稱

systemData

包含 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

解決方案取代對應。

replacementMaps?: ReplacementMaps

屬性值

sections

區段對象的清單。

sections?: Section[]

屬性值

solutionId

識別單一解決方案的解決方案識別碼。

solutionId?: string

屬性值

string

title

標題。

title?: string

屬性值

string

triggerCriteria

解決方案要求觸發條件

triggerCriteria?: TriggerCriterion[]

屬性值

繼承的屬性詳細資料

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

屬性值

string

繼承自ExtensionResource.id

name

資源的名稱

name?: string

屬性值

string

繼承自ExtensionResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

systemData?: SystemData

屬性值

繼承自ExtensionResource.systemData

type

資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

type?: string

屬性值

string

繼承自ExtensionResource.type