Rollouts class
代表首度發行的類別。
建構函式
Rollouts(Azure |
建立推出。 |
方法
建構函式詳細資料
Rollouts(AzureDeploymentManagerContext)
建立推出。
new Rollouts(client: AzureDeploymentManagerContext)
參數
服務用戶端的參考。
方法詳細資料
beginCreateOrUpdate(string, string, RolloutsBeginCreateOrUpdateOptionalParams)
這是非同步作業,可以使用此作業傳回的位置標頭輪詢到完成。
function beginCreateOrUpdate(resourceGroupName: string, rolloutName: string, options?: RolloutsBeginCreateOrUpdateOptionalParams): Promise<LROPoller>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
選擇性參數
傳回
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise < msRestAzure.LROPoller>
cancel(string, string, RequestOptionsBase)
只能取消執行首度發行。
function cancel(resourceGroupName: string, rolloutName: string, options?: RequestOptionsBase): Promise<RolloutsCancelResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RolloutsCancelResponse>
Promise < Models.RolloutsCancelResponse>
cancel(string, string, RequestOptionsBase, ServiceCallback<Rollout>)
function cancel(resourceGroupName: string, rolloutName: string, options: RequestOptionsBase, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
cancel(string, string, ServiceCallback<Rollout>)
function cancel(resourceGroupName: string, rolloutName: string, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- callback
回呼
createOrUpdate(string, string, RolloutsCreateOrUpdateOptionalParams)
這是非同步作業,可以使用此作業傳回的位置標頭輪詢到完成。
function createOrUpdate(resourceGroupName: string, rolloutName: string, options?: RolloutsCreateOrUpdateOptionalParams): Promise<RolloutsCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
選擇性參數
傳回
Promise<RolloutsCreateOrUpdateResponse>
Promise < Models.RolloutsCreateOrUpdateResponse>
deleteMethod(string, string, RequestOptionsBase)
只能刪除終端機狀態的推出。
function deleteMethod(resourceGroupName: string, rolloutName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, rolloutName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, rolloutName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, RolloutsGetOptionalParams)
function get(resourceGroupName: string, rolloutName: string, options?: RolloutsGetOptionalParams): Promise<RolloutsGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RolloutsGetOptionalParams
選擇性參數
傳回
Promise<RolloutsGetResponse>
Promise < Models.RolloutsGetResponse>
get(string, string, RolloutsGetOptionalParams, ServiceCallback<Rollout>)
function get(resourceGroupName: string, rolloutName: string, options: RolloutsGetOptionalParams, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RolloutsGetOptionalParams
選擇性參數
- callback
回呼
get(string, string, ServiceCallback<Rollout>)
function get(resourceGroupName: string, rolloutName: string, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- callback
回呼
list(string, RequestOptionsBase)
function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<RolloutsListResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RolloutsListResponse>
Promise < Models.RolloutsListResponse>
list(string, RequestOptionsBase, ServiceCallback<Rollout[]>)
function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<Rollout[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
list(string, ServiceCallback<Rollout[]>)
function list(resourceGroupName: string, callback: ServiceCallback<Rollout[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- callback
回呼
restart(string, string, RolloutsRestartOptionalParams)
只能重新開機失敗的推出。
function restart(resourceGroupName: string, rolloutName: string, options?: RolloutsRestartOptionalParams): Promise<RolloutsRestartResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RolloutsRestartOptionalParams
選擇性參數
傳回
Promise<RolloutsRestartResponse>
Promise < Models.RolloutsRestartResponse>
restart(string, string, RolloutsRestartOptionalParams, ServiceCallback<Rollout>)
function restart(resourceGroupName: string, rolloutName: string, options: RolloutsRestartOptionalParams, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- options
- RolloutsRestartOptionalParams
選擇性參數
- callback
回呼
restart(string, string, ServiceCallback<Rollout>)
function restart(resourceGroupName: string, rolloutName: string, callback: ServiceCallback<Rollout>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- rolloutName
-
string
推出名稱。
- callback
回呼