TemplateSpecVersions interface
代表 TemplateSpecVersions 的介面。
方法
create |
建立或更新範本規格版本。 |
delete(string, string, string, Template |
從範本規格中刪除特定版本。作業完成時,狀態碼 200 會傳回而不傳回內容。 |
get(string, string, string, Template |
從特定範本規格取得範本規格版本。 |
list(string, string, Template |
列出指定範本規格中的所有範本規格版本。 |
update(string, string, string, Template |
更新具有指定值的範本規格版本標籤。 |
方法詳細資料
createOrUpdate(string, string, string, TemplateSpecVersion, TemplateSpecVersionsCreateOrUpdateOptionalParams)
建立或更新範本規格版本。
function createOrUpdate(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, templateSpecVersionModel: TemplateSpecVersion, options?: TemplateSpecVersionsCreateOrUpdateOptionalParams): Promise<TemplateSpecVersion>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- templateSpecName
-
string
範本規格的名稱。
- templateSpecVersion
-
string
範本規格的版本。
- templateSpecVersionModel
- TemplateSpecVersion
提供給作業的範本規格版本。
選項參數。
傳回
Promise<TemplateSpecVersion>
delete(string, string, string, TemplateSpecVersionsDeleteOptionalParams)
從範本規格中刪除特定版本。作業完成時,狀態碼 200 會傳回而不傳回內容。
function delete(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- templateSpecName
-
string
範本規格的名稱。
- templateSpecVersion
-
string
範本規格的版本。
選項參數。
傳回
Promise<void>
get(string, string, string, TemplateSpecVersionsGetOptionalParams)
從特定範本規格取得範本規格版本。
function get(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsGetOptionalParams): Promise<TemplateSpecVersion>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- templateSpecName
-
string
範本規格的名稱。
- templateSpecVersion
-
string
範本規格的版本。
選項參數。
傳回
Promise<TemplateSpecVersion>
list(string, string, TemplateSpecVersionsListOptionalParams)
列出指定範本規格中的所有範本規格版本。
function list(resourceGroupName: string, templateSpecName: string, options?: TemplateSpecVersionsListOptionalParams): PagedAsyncIterableIterator<TemplateSpecVersion, TemplateSpecVersion[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- templateSpecName
-
string
範本規格的名稱。
選項參數。
傳回
update(string, string, string, TemplateSpecVersionsUpdateOptionalParams)
更新具有指定值的範本規格版本標籤。
function update(resourceGroupName: string, templateSpecName: string, templateSpecVersion: string, options?: TemplateSpecVersionsUpdateOptionalParams): Promise<TemplateSpecVersion>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- templateSpecName
-
string
範本規格的名稱。
- templateSpecVersion
-
string
範本規格的版本。
選項參數。
傳回
Promise<TemplateSpecVersion>