Steps interface
ステップを表すインターフェイス。
メソッド
| create |
新しいステップを同期的に作成するか、既存のステップを更新します。 |
| delete(string, string, Steps |
ステップを削除します。 |
| get(string, string, Steps |
ステップを取得します。 |
| list(string, Steps |
リソース グループ内のステップを一覧表示します。 |
メソッドの詳細
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)
新しいステップを同期的に作成するか、既存のステップを更新します。
function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- stepName
-
string
デプロイ 手順の名前。
オプション パラメーター。
戻り値
Promise<StepResource>
delete(string, string, StepsDeleteOptionalParams)
ステップを削除します。
function delete(resourceGroupName: string, stepName: string, options?: StepsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- stepName
-
string
デプロイ 手順の名前。
- options
- StepsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, StepsGetOptionalParams)
ステップを取得します。
function get(resourceGroupName: string, stepName: string, options?: StepsGetOptionalParams): Promise<StepResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- stepName
-
string
デプロイ 手順の名前。
- options
- StepsGetOptionalParams
オプション パラメーター。
戻り値
Promise<StepResource>
list(string, StepsListOptionalParams)
リソース グループ内のステップを一覧表示します。
function list(resourceGroupName: string, options?: StepsListOptionalParams): Promise<StepsListResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- options
- StepsListOptionalParams
オプション パラメーター。
戻り値
Promise<StepsListResponse>