SolutionOperations interface

介面代表解決方案操作。

屬性

beginCreate
beginCreateAndWait
beginUpdate
beginUpdateAndWait
create

使用探索解決方案中的輸入 'solutionId 和 requiredInputs' 建立特定 Azure 資源或訂用帳戶的解決方案。
Azure 解決方案包含 Azure 工程師精心策劃的完整自助資源連結庫,可協助客戶解決一般疑難解答問題。 這些解決方案包括:
(1.) 動態和內容感知診斷、引導式疑難解答精靈和數據視覺效果。
(2.) 豐富的教學影片教學課程和說明圖表和影像。
(3.) 精心組合的文字疑難解答指示。
所有這些元件都會順暢地融合到專為解決特定支援問題區域量身打造的統一解決方案。

get

在建立方案時,使用適用的solutionResourceName取得解決方案。

update

更新 requiredInputs 或執行解決方案所需的其他資訊

warmUp

將異步診斷結果預先載入快取來準備解決方案資源

屬性詳細資料

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>