Steps class
Class representing a Steps.
Constructors
Steps(Azure |
Create a Steps. |
Methods
Constructor Details
Steps(AzureDeploymentManagerContext)
Create a Steps.
new Steps(client: AzureDeploymentManagerContext)
Parameters
Reference to the service client.
Method Details
createOrUpdate(string, string, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- callback
The callback
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)
Synchronously creates a new step or updates an existing step.
function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepsCreateOrUpdateResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
The optional parameters
Returns
Promise<StepsCreateOrUpdateResponse>
Promise<Models.StepsCreateOrUpdateResponse>
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, options: StepsCreateOrUpdateOptionalParams, callback: ServiceCallback<StepResource>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
The optional parameters
- callback
The callback
deleteMethod(string, string, RequestOptionsBase)
function deleteMethod(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<void>
The callback
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, stepName: string, callback: ServiceCallback<void>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- callback
-
ServiceCallback<void>
The callback
get(string, string, RequestOptionsBase)
function get(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<StepsGetResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<StepsGetResponse>
Promise<Models.StepsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<StepResource>)
function get(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
get(string, string, ServiceCallback<StepResource>)
function get(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- callback
The callback
list(string, RequestOptionsBase)
function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<StepsListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<StepsListResponse>
Promise<Models.StepsListResponse>
list(string, RequestOptionsBase, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource[]>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
list(string, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, callback: ServiceCallback<StepResource[]>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- callback
The callback