Partager via


Steps class

Classe représentant une procédure.

Constructeurs

Steps(AzureDeploymentManagerContext)

Créez une procédure.

Méthodes

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

Crée de façon synchrone une étape ou met à jour une étape existante.

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

Détails du constructeur

Steps(AzureDeploymentManagerContext)

Créez une procédure.

new Steps(client: AzureDeploymentManagerContext)

Paramètres

client
AzureDeploymentManagerContext

Référence au client de service.

Détails de la méthode

createOrUpdate(string, string, ServiceCallback<StepResource>)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

callback

ServiceCallback<StepResource>

Rappel

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Crée de façon synchrone une étape ou met à jour une étape existante.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
StepsCreateOrUpdateOptionalParams

Paramètres facultatifs

Retours

Promise<Models.StepsCreateOrUpdateResponse>

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
StepsCreateOrUpdateOptionalParams

Paramètres facultatifs

callback

ServiceCallback<StepResource>

Rappel

deleteMethod(string, string, RequestOptionsBase)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

deleteMethod(string, string, ServiceCallback<void>)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

callback

ServiceCallback<void>

Rappel

get(string, string, RequestOptionsBase)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<StepsGetResponse>

Modèles de promesse.StepsGetResponse<>

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<StepResource>

Rappel

get(string, string, ServiceCallback<StepResource>)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

stepName

string

Nom de l’étape de déploiement.

callback

ServiceCallback<StepResource>

Rappel

list(string, RequestOptionsBase)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.StepsListResponse>

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

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<StepResource[]>

Rappel

list(string, ServiceCallback<StepResource[]>)

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

callback

ServiceCallback<StepResource[]>

Rappel