Partilhar via


Steps class

Classe que representa um Steps.

Construtores

Steps(AzureDeploymentManagerContext)

Crie uma etapa.

Métodos

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

Cria uma nova etapa de forma síncrona ou atualiza uma etapa existente.

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[]>)

Detalhes do Construtor

Steps(AzureDeploymentManagerContext)

Crie uma etapa.

new Steps(client: AzureDeploymentManagerContext)

Parâmetros

client
AzureDeploymentManagerContext

Referência ao cliente do serviço.

Detalhes de Método

createOrUpdate(string, string, ServiceCallback<StepResource>)

function createOrUpdate(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

callback

ServiceCallback<StepResource>

O retorno de chamada

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Cria uma nova etapa de forma síncrona ou atualiza uma etapa existente.

function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepsCreateOrUpdateResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
StepsCreateOrUpdateOptionalParams

Os parâmetros opcionais

Devoluções

Modelos de Promessa.PassosCriarOuAtualizarResposta<>

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

function createOrUpdate(resourceGroupName: string, stepName: string, options: StepsCreateOrUpdateOptionalParams, callback: ServiceCallback<StepResource>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
StepsCreateOrUpdateOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<StepResource>

O retorno de chamada

deleteMethod(string, string, RequestOptionsBase)

function deleteMethod(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<RestResponse>

Prometa<> msRest.RestResponse

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<void>

O retorno de chamada

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, stepName: string, callback: ServiceCallback<void>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

callback

ServiceCallback<void>

O retorno de chamada

get(string, string, RequestOptionsBase)

function get(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<StepsGetResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<StepsGetResponse>

Modelos de promessa.StepsGetResponse<>

get(string, string, RequestOptionsBase, ServiceCallback<StepResource>)

function get(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<StepResource>

O retorno de chamada

get(string, string, ServiceCallback<StepResource>)

function get(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

stepName

string

O nome da etapa de implantação.

callback

ServiceCallback<StepResource>

O retorno de chamada

list(string, RequestOptionsBase)

function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<StepsListResponse>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de Promessa.StepsListResponse<>

list(string, RequestOptionsBase, ServiceCallback<StepResource[]>)

function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource[]>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<StepResource[]>

O retorno de chamada

list(string, ServiceCallback<StepResource[]>)

function list(resourceGroupName: string, callback: ServiceCallback<StepResource[]>)

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

callback

ServiceCallback<StepResource[]>

O retorno de chamada