Steps interface
Interface representing a Steps.
Methods
create |
Synchronously creates a new step or updates an existing step. |
delete(string, string, Steps |
Deletes the step. |
get(string, string, Steps |
Gets the step. |
list(string, Steps |
Lists the steps in a resource group. |
Method Details
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)
Synchronously creates a new step or updates an existing step.
function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
The options parameters.
Returns
Promise<StepResource>
delete(string, string, StepsDeleteOptionalParams)
Deletes the step.
function delete(resourceGroupName: string, stepName: string, options?: StepsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- StepsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, StepsGetOptionalParams)
Gets the step.
function get(resourceGroupName: string, stepName: string, options?: StepsGetOptionalParams): Promise<StepResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- stepName
-
string
The name of the deployment step.
- options
- StepsGetOptionalParams
The options parameters.
Returns
Promise<StepResource>
list(string, StepsListOptionalParams)
Lists the steps in a resource group.
function list(resourceGroupName: string, options?: StepsListOptionalParams): Promise<StepsListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- options
- StepsListOptionalParams
The options parameters.
Returns
Promise<StepsListResponse>
Azure SDK for JavaScript