次の方法で共有


Steps class

ステップを表すクラス。

コンストラクター

Steps(AzureDeploymentManagerContext)

ステップを作成します。

メソッド

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

新しいステップを同期的に作成するか、既存のステップを更新します。

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

コンストラクターの詳細

Steps(AzureDeploymentManagerContext)

ステップを作成します。

new Steps(client: AzureDeploymentManagerContext)

パラメーター

client
AzureDeploymentManagerContext

サービス クライアントへの参照。

メソッドの詳細

createOrUpdate(string, string, ServiceCallback<StepResource>)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

callback

ServiceCallback<StepResource>

コールバック。

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

新しいステップを同期的に作成するか、既存のステップを更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
StepsCreateOrUpdateOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.StepsCreateOrUpdateResponse>

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
StepsCreateOrUpdateOptionalParams

省略可能なパラメーター

callback

ServiceCallback<StepResource>

コールバック。

deleteMethod(string, string, RequestOptionsBase)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, ServiceCallback<void>)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

callback

ServiceCallback<void>

コールバック。

get(string, string, RequestOptionsBase)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<StepsGetResponse>

Promise<Models.StepsGetResponse>

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StepResource>

コールバック。

get(string, string, ServiceCallback<StepResource>)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

stepName

string

デプロイ ステップの名前。

callback

ServiceCallback<StepResource>

コールバック。

list(string, RequestOptionsBase)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.StepsListResponse>

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<StepResource[]>

コールバック。

list(string, ServiceCallback<StepResource[]>)

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

callback

ServiceCallback<StepResource[]>

コールバック。