Steps class
代表步驟的類別。
建構函式
Steps(Azure |
建立步驟。 |
方法
建構函式詳細資料
Steps(AzureDeploymentManagerContext)
建立步驟。
new Steps(client: AzureDeploymentManagerContext)
參數
服務用戶端的參考。
方法詳細資料
createOrUpdate(string, string, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- callback
回呼
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)
同步建立新的步驟或更新現有的步驟。
function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepsCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
選擇性參數
傳回
Promise<StepsCreateOrUpdateResponse>
Promise < Models.StepsCreateOrUpdateResponse>
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, options: StepsCreateOrUpdateOptionalParams, callback: ServiceCallback<StepResource>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
選擇性參數
- callback
回呼
deleteMethod(string, string, RequestOptionsBase)
function deleteMethod(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, stepName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, RequestOptionsBase)
function get(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<StepsGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<StepsGetResponse>
Promise < Models.StepsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<StepResource>)
function get(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, ServiceCallback<StepResource>)
function get(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- stepName
-
string
部署步驟的名稱。
- callback
回呼
list(string, RequestOptionsBase)
function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<StepsListResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<StepsListResponse>
Promise < Models.StepsListResponse>
list(string, RequestOptionsBase, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
list(string, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, callback: ServiceCallback<StepResource[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- callback
回呼