Environments interface
環境を表すインターフェイス。
メソッド
メソッドの詳細
createOrUpdate(string, string, string, string, Environment, EnvironmentsCreateOrUpdateOptionalParams)
新しい環境を作成するか、既存の環境を更新します。
function createOrUpdate(resourceGroupName: string, serviceName: string, workspaceName: string, environmentName: string, resource: Environment, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<EnvironmentsCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- environmentName
-
string
環境の名前。
- resource
- Environment
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<EnvironmentsCreateOrUpdateResponse>
delete(string, string, string, string, EnvironmentsDeleteOptionalParams)
環境を削除します。
function delete(resourceGroupName: string, serviceName: string, workspaceName: string, environmentName: string, options?: EnvironmentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- environmentName
-
string
環境の名前。
- options
- EnvironmentsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, string, EnvironmentsGetOptionalParams)
環境の詳細を返します。
function get(resourceGroupName: string, serviceName: string, workspaceName: string, environmentName: string, options?: EnvironmentsGetOptionalParams): Promise<EnvironmentsGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- environmentName
-
string
環境の名前。
- options
- EnvironmentsGetOptionalParams
options パラメーター。
戻り値
Promise<EnvironmentsGetResponse>
head(string, string, string, string, EnvironmentsHeadOptionalParams)
指定された環境が存在するかどうかを確認します。
function head(resourceGroupName: string, serviceName: string, workspaceName: string, environmentName: string, options?: EnvironmentsHeadOptionalParams): Promise<EnvironmentsHeadResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- environmentName
-
string
環境の名前。
- options
- EnvironmentsHeadOptionalParams
options パラメーター。
戻り値
Promise<EnvironmentsHeadResponse>
list(string, string, string, EnvironmentsListOptionalParams)
環境のコレクションを返します。
function list(resourceGroupName: string, serviceName: string, workspaceName: string, options?: EnvironmentsListOptionalParams): PagedAsyncIterableIterator<Environment, Environment[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- options
- EnvironmentsListOptionalParams
options パラメーター。