你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SolutionResource interface

解决方案响应。

扩展

属性

content

需要呈现并显示给客户的 HTML 内容。

parameters

用于运行解决方案的客户端输入参数

provisioningState

解决方案预配的状态。

replacementMaps

解决方案替换映射。

sections

节对象列表。

solutionId

用于标识单个解决方案的解决方案 ID。

title

标题。

triggerCriteria

解决方案请求触发器条件

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

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

用于标识单个解决方案的解决方案 ID。

solutionId?: string

属性值

string

title

标题。

title?: string

属性值

string

triggerCriteria

解决方案请求触发器条件

triggerCriteria?: TriggerCriterion[]

属性值

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自ExtensionResource.id

name

资源的名称

name?: string

属性值

string

继承自 ExtensionResource.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自ExtensionResource.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自ExtensionResource.type