Steps class

Class representing a Steps.

Constructors

Steps(AzureDeploymentManagerContext)

Create a Steps.

Methods

createOrUpdate(string, string, ServiceCallback<StepResource>)
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Synchronously creates a new step or updates an existing step.

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams, ServiceCallback<StepResource>)
deleteMethod(string, string, RequestOptionsBase)
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)
get(string, string, RequestOptionsBase, ServiceCallback<StepResource>)
get(string, string, ServiceCallback<StepResource>)
list(string, RequestOptionsBase)
list(string, RequestOptionsBase, ServiceCallback<StepResource[]>)
list(string, ServiceCallback<StepResource[]>)

Constructor Details

Steps(AzureDeploymentManagerContext)

Create a Steps.

new Steps(client: AzureDeploymentManagerContext)

Parameters

client
AzureDeploymentManagerContext

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

ServiceCallback<StepResource>

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.

options
StepsCreateOrUpdateOptionalParams

The optional parameters

Returns

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.

options
StepsCreateOrUpdateOptionalParams

The optional parameters

callback

ServiceCallback<StepResource>

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

ServiceCallback<StepResource>

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

ServiceCallback<StepResource>

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<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

ServiceCallback<StepResource[]>

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

ServiceCallback<StepResource[]>

The callback