共用方式為


TemplateSpecs interface

代表 TemplateSpecs 的介面。

方法

createOrUpdate(string, string, TemplateSpec, TemplateSpecsCreateOrUpdateOptionalParams)

建立或更新範本規格。

delete(string, string, TemplateSpecsDeleteOptionalParams)

依名稱刪除範本規格。 當作業完成時,狀態碼 200 會傳回而不傳回內容。

get(string, string, TemplateSpecsGetOptionalParams)

取得具有指定名稱的範本規格。

listByResourceGroup(string, TemplateSpecsListByResourceGroupOptionalParams)

列出指定資源群組內的所有範本規格。

listBySubscription(TemplateSpecsListBySubscriptionOptionalParams)

列出指定訂用帳戶內的所有範本規格。

update(string, string, TemplateSpecsUpdateOptionalParams)

更新具有指定值的範本規格標籤。

方法詳細資料

createOrUpdate(string, string, TemplateSpec, TemplateSpecsCreateOrUpdateOptionalParams)

建立或更新範本規格。

function createOrUpdate(resourceGroupName: string, templateSpecName: string, templateSpec: TemplateSpec, options?: TemplateSpecsCreateOrUpdateOptionalParams): Promise<TemplateSpec>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

templateSpecName

string

範本規格的名稱。

templateSpec
TemplateSpec

提供給作業的範本規格。

傳回

Promise<TemplateSpec>

delete(string, string, TemplateSpecsDeleteOptionalParams)

依名稱刪除範本規格。 當作業完成時,狀態碼 200 會傳回而不傳回內容。

function delete(resourceGroupName: string, templateSpecName: string, options?: TemplateSpecsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

templateSpecName

string

範本規格的名稱。

options
TemplateSpecsDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, TemplateSpecsGetOptionalParams)

取得具有指定名稱的範本規格。

function get(resourceGroupName: string, templateSpecName: string, options?: TemplateSpecsGetOptionalParams): Promise<TemplateSpec>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

templateSpecName

string

範本規格的名稱。

options
TemplateSpecsGetOptionalParams

選項參數。

傳回

Promise<TemplateSpec>

listByResourceGroup(string, TemplateSpecsListByResourceGroupOptionalParams)

列出指定資源群組內的所有範本規格。

function listByResourceGroup(resourceGroupName: string, options?: TemplateSpecsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TemplateSpec, TemplateSpec[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(TemplateSpecsListBySubscriptionOptionalParams)

列出指定訂用帳戶內的所有範本規格。

function listBySubscription(options?: TemplateSpecsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TemplateSpec, TemplateSpec[], PageSettings>

參數

傳回

update(string, string, TemplateSpecsUpdateOptionalParams)

更新具有指定值的範本規格標籤。

function update(resourceGroupName: string, templateSpecName: string, options?: TemplateSpecsUpdateOptionalParams): Promise<TemplateSpec>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

templateSpecName

string

範本規格的名稱。

options
TemplateSpecsUpdateOptionalParams

選項參數。

傳回

Promise<TemplateSpec>