Condividi tramite


Steps class

Classe che rappresenta un elemento Steps.

Costruttori

Steps(AzureDeploymentManagerContext)

Creare una procedura.

Metodi

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

Crea in modo sincrono un nuovo passaggio o aggiorna un passaggio esistente.

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

Dettagli costruttore

Steps(AzureDeploymentManagerContext)

Creare una procedura.

new Steps(client: AzureDeploymentManagerContext)

Parametri

client
AzureDeploymentManagerContext

Riferimento al client del servizio.

Dettagli metodo

createOrUpdate(string, string, ServiceCallback<StepResource>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

callback

ServiceCallback<StepResource>

Callback

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Crea in modo sincrono un nuovo passaggio o aggiorna un passaggio esistente.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
StepsCreateOrUpdateOptionalParams

Parametri facoltativi

Restituisce

Modelli di promesse.StepsCreateOrUpdateResponse<>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
StepsCreateOrUpdateOptionalParams

Parametri facoltativi

callback

ServiceCallback<StepResource>

Callback

deleteMethod(string, string, RequestOptionsBase)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<RestResponse>

Prometti<msRest.RestResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<void>

Callback

deleteMethod(string, string, ServiceCallback<void>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

callback

ServiceCallback<void>

Callback

get(string, string, RequestOptionsBase)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<StepsGetResponse>

Modelli di promesse.StepsGetResponse<>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<StepResource>

Callback

get(string, string, ServiceCallback<StepResource>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

stepName

string

Nome del passaggio di distribuzione.

callback

ServiceCallback<StepResource>

Callback

list(string, RequestOptionsBase)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.StepsListResponse>

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<StepResource[]>

Callback

list(string, ServiceCallback<StepResource[]>)

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

callback

ServiceCallback<StepResource[]>

Callback