Sdílet prostřednictvím


Steps interface

Interface representing a Steps.

Methods

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Synchronously creates a new step or updates an existing step.

delete(string, string, StepsDeleteOptionalParams)

Deletes the step.

get(string, string, StepsGetOptionalParams)

Gets the step.

list(string, StepsListOptionalParams)

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.

options
StepsCreateOrUpdateOptionalParams

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