你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
回调