SolutionOperations interface
表示解决方案操作的接口。
属性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | 使用发现解决方案中的输入“solutionId 和 requiredInputs”为特定的 Azure 资源或订阅创建解决方案。 |
| get | 在创建解决方案时使用适用的 solutionResourceName 获取解决方案。 |
| update | 更新执行解决方案所需的 requiredInputs 或其他信息 |
| warm |
通过将异步诊断结果预加载到缓存中来预热解决方案资源 |
属性详细信息
beginCreate
警告
现已弃用此 API。
use create instead
beginCreate: (scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SolutionResource>, SolutionResource>>
属性值
(scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SolutionResource>, SolutionResource>>
beginCreateAndWait
警告
现已弃用此 API。
use create instead
beginCreateAndWait: (scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => Promise<SolutionResource>
属性值
(scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => Promise<SolutionResource>
beginUpdate
警告
现已弃用此 API。
use update instead
beginUpdate: (scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SolutionResource>, SolutionResource>>
属性值
(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SolutionResource>, SolutionResource>>
beginUpdateAndWait
警告
现已弃用此 API。
use update instead
beginUpdateAndWait: (scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => Promise<SolutionResource>
属性值
(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => Promise<SolutionResource>
create
使用发现解决方案中的输入“solutionId 和 requiredInputs”为特定的 Azure 资源或订阅创建解决方案。
Azure 解决方案包括一个全面的自助资源库,这些资源由 Azure 工程师精心策划,可帮助客户解决典型的故障排除问题。 这些解决方案包括:
(1.) 动态和上下文感知诊断、引导式故障排除向导和数据可视化。
(2.) 丰富的教学视频教程和说明图表和图像。
(3.) 精心组装的文本故障排除说明。
所有这些组件都无缝融合到为解决特定支持问题领域的统一解决方案。
create: (scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => PollerLike<OperationState<SolutionResource>, SolutionResource>
属性值
(scope: string, solutionResourceName: string, options?: SolutionCreateOptionalParams) => PollerLike<OperationState<SolutionResource>, SolutionResource>
get
在创建解决方案时使用适用的 solutionResourceName 获取解决方案。
get: (scope: string, solutionResourceName: string, options?: SolutionGetOptionalParams) => Promise<SolutionResource>
属性值
(scope: string, solutionResourceName: string, options?: SolutionGetOptionalParams) => Promise<SolutionResource>
update
更新执行解决方案所需的 requiredInputs 或其他信息
update: (scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => PollerLike<OperationState<SolutionResource>, SolutionResource>
属性值
(scope: string, solutionResourceName: string, options?: SolutionUpdateOptionalParams) => PollerLike<OperationState<SolutionResource>, SolutionResource>
warmUp
通过将异步诊断结果预加载到缓存中来预热解决方案资源
warmUp: (scope: string, solutionResourceName: string, options?: SolutionWarmUpOptionalParams) => Promise<void>
属性值
(scope: string, solutionResourceName: string, options?: SolutionWarmUpOptionalParams) => Promise<void>