Deployments interface
デプロイを表すインターフェイス。
メソッド
create |
新しい API デプロイを作成するか、既存の API デプロイを更新します。 |
delete(string, string, string, string, string, Deployments |
API デプロイを削除します。 |
get(string, string, string, string, string, Deployments |
API デプロイの詳細を返します。 |
head(string, string, string, string, string, Deployments |
指定した API デプロイが存在するかどうかを確認します。 |
list(string, string, string, string, Deployments |
API デプロイのコレクションを返します。 |
メソッドの詳細
createOrUpdate(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)
新しい API デプロイを作成するか、既存の API デプロイを更新します。
function createOrUpdate(resourceGroupName: string, serviceName: string, workspaceName: string, apiName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- apiName
-
string
API の名前。
- deploymentName
-
string
API デプロイの名前。
- resource
- Deployment
リソース作成パラメーター。
options パラメーター。
戻り値
Promise<DeploymentsCreateOrUpdateResponse>
delete(string, string, string, string, string, DeploymentsDeleteOptionalParams)
API デプロイを削除します。
function delete(resourceGroupName: string, serviceName: string, workspaceName: string, apiName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- apiName
-
string
API の名前。
- deploymentName
-
string
API デプロイの名前。
- options
- DeploymentsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, string, string, DeploymentsGetOptionalParams)
API デプロイの詳細を返します。
function get(resourceGroupName: string, serviceName: string, workspaceName: string, apiName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- apiName
-
string
API の名前。
- deploymentName
-
string
API デプロイの名前。
- options
- DeploymentsGetOptionalParams
options パラメーター。
戻り値
Promise<DeploymentsGetResponse>
head(string, string, string, string, string, DeploymentsHeadOptionalParams)
指定した API デプロイが存在するかどうかを確認します。
function head(resourceGroupName: string, serviceName: string, workspaceName: string, apiName: string, deploymentName: string, options?: DeploymentsHeadOptionalParams): Promise<DeploymentsHeadResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- apiName
-
string
API の名前。
- deploymentName
-
string
API デプロイの名前。
- options
- DeploymentsHeadOptionalParams
options パラメーター。
戻り値
Promise<DeploymentsHeadResponse>
list(string, string, string, string, DeploymentsListOptionalParams)
API デプロイのコレクションを返します。
function list(resourceGroupName: string, serviceName: string, workspaceName: string, apiName: string, options?: DeploymentsListOptionalParams): PagedAsyncIterableIterator<Deployment, Deployment[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
Azure API Center サービスの名前。
- workspaceName
-
string
ワークスペースの名前。
- apiName
-
string
API の名前。
- options
- DeploymentsListOptionalParams
options パラメーター。