SolutionResource interface
解决方案响应。
属性
| content | 需要呈现并显示给客户的 HTML 内容。 |
| parameters | 用于运行解决方案的客户端输入参数 |
| provisioning |
解决方案预配的状态。 |
| replacement |
解决方案替换映射。 |
| sections | 节对象列表。 |
| solution |
用于标识单个解决方案的解决方案 ID。 |
| title | 标题。 |
| trigger |
解决方案请求触发器条件 |
继承属性
| id | 资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 资源的名称 |
| system |
包含 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
sections
solutionId
用于标识单个解决方案的解决方案 ID。
solutionId?: string
属性值
string
title
标题。
title?: string
属性值
string
triggerCriteria
继承属性详细信息
id
资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
属性值
string
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。
systemData?: SystemData
属性值
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”
type?: string
属性值
string