Steps class
ステップを表すクラス。
コンストラクター
Steps(Azure |
ステップを作成します。 |
メソッド
コンストラクターの詳細
Steps(AzureDeploymentManagerContext)
ステップを作成します。
new Steps(client: AzureDeploymentManagerContext)
パラメーター
サービス クライアントへの参照。
メソッドの詳細
createOrUpdate(string, string, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- stepName
-
string
デプロイ ステップの名前。
- callback
コールバック。
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)
新しいステップを同期的に作成するか、既存のステップを更新します。
function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepsCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- stepName
-
string
デプロイ ステップの名前。
省略可能なパラメーター
戻り値
Promise<StepsCreateOrUpdateResponse>
Promise<Models.StepsCreateOrUpdateResponse>
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams, ServiceCallback<StepResource>)
function createOrUpdate(resourceGroupName: string, stepName: string, options: StepsCreateOrUpdateOptionalParams, callback: ServiceCallback<StepResource>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- stepName
-
string
デプロイ ステップの名前。
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
get(string, string, ServiceCallback<StepResource>)
function get(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- stepName
-
string
デプロイ ステップの名前。
- callback
コールバック。
list(string, RequestOptionsBase)
function list(resourceGroupName: string, options?: RequestOptionsBase): Promise<StepsListResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<StepsListResponse>
Promise<Models.StepsListResponse>
list(string, RequestOptionsBase, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource[]>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
list(string, ServiceCallback<StepResource[]>)
function list(resourceGroupName: string, callback: ServiceCallback<StepResource[]>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- callback
コールバック。