Aracılığıyla paylaş


Steps class

Bir Adımları temsil eden sınıf.

Oluşturucular

Steps(AzureDeploymentManagerContext)

Adımlar oluşturun.

Yöntemler

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

Zaman uyumlu bir şekilde yeni bir adım oluşturur veya mevcut bir adımı güncelleştirir.

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

Oluşturucu Ayrıntıları

Steps(AzureDeploymentManagerContext)

Adımlar oluşturun.

new Steps(client: AzureDeploymentManagerContext)

Parametreler

client
AzureDeploymentManagerContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, ServiceCallback<StepResource>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

callback

ServiceCallback<StepResource>

Geri çağırma

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

Zaman uyumlu bir şekilde yeni bir adım oluşturur veya mevcut bir adımı güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
StepsCreateOrUpdateOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.StepsCreateOrUpdateResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
StepsCreateOrUpdateOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<StepResource>

Geri çağırma

deleteMethod(string, string, RequestOptionsBase)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

deleteMethod(string, string, ServiceCallback<void>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, RequestOptionsBase)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<StepsGetResponse>

Promise<Models.StepsGetResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<StepResource>

Geri çağırma

get(string, string, ServiceCallback<StepResource>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

stepName

string

Dağıtım adımının adı.

callback

ServiceCallback<StepResource>

Geri çağırma

list(string, RequestOptionsBase)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.StepsListResponse>

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<StepResource[]>

Geri çağırma

list(string, ServiceCallback<StepResource[]>)

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

callback

ServiceCallback<StepResource[]>

Geri çağırma