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

SolutionProperties interface

Solution properties supported by the OperationsManagement resource provider.

Extends

Properties

containedResources

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

provisioningState

The provisioning state for the solution. NOTE: This property will not be serialized. It can only be populated by the server.

referencedResources

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

workspaceResourceId

The azure resourceId for the workspace where the solution will be deployed/enabled.

Property Details

containedResources

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.

containedResources?: string[]

Property Value

string[]

provisioningState

The provisioning state for the solution. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

referencedResources

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.

referencedResources?: string[]

Property Value

string[]

workspaceResourceId

The azure resourceId for the workspace where the solution will be deployed/enabled.

workspaceResourceId: string

Property Value

string