SolutionTemplatesOperations interface
表示 SolutionTemplates作的接口。
属性
| create |
创建或更新解决方案模板资源 |
| create |
创建解决方案模板版本资源 |
| delete | |
| get | 获取解决方案模板资源 |
| list |
按指定资源组列出 |
| list |
按订阅列出 |
| remove |
删除解决方案模板版本资源 |
| update | 更新解决方案模板资源 |
属性详细信息
createOrUpdate
创建或更新解决方案模板资源
createOrUpdate: (resourceGroupName: string, solutionTemplateName: string, resource: SolutionTemplate, options?: SolutionTemplatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SolutionTemplate>, SolutionTemplate>
属性值
(resourceGroupName: string, solutionTemplateName: string, resource: SolutionTemplate, options?: SolutionTemplatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SolutionTemplate>, SolutionTemplate>
createVersion
创建解决方案模板版本资源
createVersion: (resourceGroupName: string, solutionTemplateName: string, body: SolutionTemplateVersionWithUpdateType, options?: SolutionTemplatesCreateVersionOptionalParams) => PollerLike<OperationState<SolutionTemplateVersion>, SolutionTemplateVersion>
属性值
(resourceGroupName: string, solutionTemplateName: string, body: SolutionTemplateVersionWithUpdateType, options?: SolutionTemplatesCreateVersionOptionalParams) => PollerLike<OperationState<SolutionTemplateVersion>, SolutionTemplateVersion>
delete
delete: (resourceGroupName: string, solutionTemplateName: string, options?: SolutionTemplatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, solutionTemplateName: string, options?: SolutionTemplatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
获取解决方案模板资源
get: (resourceGroupName: string, solutionTemplateName: string, options?: SolutionTemplatesGetOptionalParams) => Promise<SolutionTemplate>
属性值
(resourceGroupName: string, solutionTemplateName: string, options?: SolutionTemplatesGetOptionalParams) => Promise<SolutionTemplate>
listByResourceGroup
按指定资源组列出
listByResourceGroup: (resourceGroupName: string, options?: SolutionTemplatesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SolutionTemplate, SolutionTemplate[], PageSettings>
属性值
(resourceGroupName: string, options?: SolutionTemplatesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SolutionTemplate, SolutionTemplate[], PageSettings>
listBySubscription
按订阅列出
listBySubscription: (options?: SolutionTemplatesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SolutionTemplate, SolutionTemplate[], PageSettings>
属性值
(options?: SolutionTemplatesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SolutionTemplate, SolutionTemplate[], PageSettings>
removeVersion
删除解决方案模板版本资源
removeVersion: (resourceGroupName: string, solutionTemplateName: string, body: VersionParameter, options?: SolutionTemplatesRemoveVersionOptionalParams) => PollerLike<OperationState<void>, void>
属性值
(resourceGroupName: string, solutionTemplateName: string, body: VersionParameter, options?: SolutionTemplatesRemoveVersionOptionalParams) => PollerLike<OperationState<void>, void>
update
更新解决方案模板资源
update: (resourceGroupName: string, solutionTemplateName: string, properties: SolutionTemplateUpdate, options?: SolutionTemplatesUpdateOptionalParams) => Promise<SolutionTemplate>
属性值
(resourceGroupName: string, solutionTemplateName: string, properties: SolutionTemplateUpdate, options?: SolutionTemplatesUpdateOptionalParams) => Promise<SolutionTemplate>