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

SolutionPlan interface

规划 OperationsManagement 资源提供程序支持的解决方案对象。

属性

name

要创建的解决方案的名称。 对于Microsoft已发布的解决方案,它应采用 solutionType(workspaceName)的格式。 SolutionType 部件区分大小写。 对于第三方解决方案,它可以是任何内容。

product

要启用/添加的解决方案的名称。 对于Microsoft发布的库解决方案,它的格式应为 OMSGallery/<solutionType>。 这是区分大小写的

promotionCode

promotionCode,现在未真正使用,可以保留为空

publisher

发布者名称。 对于库解决方案,它Microsoft。

属性详细信息

name

要创建的解决方案的名称。 对于Microsoft已发布的解决方案,它应采用 solutionType(workspaceName)的格式。 SolutionType 部件区分大小写。 对于第三方解决方案,它可以是任何内容。

name?: string

属性值

string

product

要启用/添加的解决方案的名称。 对于Microsoft发布的库解决方案,它的格式应为 OMSGallery/<solutionType>。 这是区分大小写的

product?: string

属性值

string

promotionCode

promotionCode,现在未真正使用,可以保留为空

promotionCode?: string

属性值

string

publisher

发布者名称。 对于库解决方案,它Microsoft。

publisher?: string

属性值

string