次の方法で共有


ApiKeysOperations interface

ApiKey操作を表すインターフェース。

プロパティ

createOrUpdate

データプレーンAPIエンドポイントにアクセスするために、Nginxデプロイメント用のAPIキーを作成または更新してください

delete
get

指定されたNginxデプロイメントのAPIキーを取得してください

list

与えられたNginxデプロイメントのすべてのAPIキーをリストアップします

プロパティの詳細

createOrUpdate

データプレーンAPIエンドポイントにアクセスするために、Nginxデプロイメント用のAPIキーを作成または更新してください

createOrUpdate: (resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysCreateOrUpdateOptionalParams) => Promise<NginxDeploymentApiKeyResponse>

プロパティ値

(resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysCreateOrUpdateOptionalParams) => Promise<NginxDeploymentApiKeyResponse>

delete

delete: (resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysDeleteOptionalParams) => Promise<void>

get

指定されたNginxデプロイメントのAPIキーを取得してください

get: (resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysGetOptionalParams) => Promise<NginxDeploymentApiKeyResponse>

プロパティ値

(resourceGroupName: string, deploymentName: string, apiKeyName: string, options?: ApiKeysGetOptionalParams) => Promise<NginxDeploymentApiKeyResponse>

list

与えられたNginxデプロイメントのすべてのAPIキーをリストアップします

list: (resourceGroupName: string, deploymentName: string, options?: ApiKeysListOptionalParams) => PagedAsyncIterableIterator<NginxDeploymentApiKeyResponse, NginxDeploymentApiKeyResponse[], PageSettings>

プロパティ値

(resourceGroupName: string, deploymentName: string, options?: ApiKeysListOptionalParams) => PagedAsyncIterableIterator<NginxDeploymentApiKeyResponse, NginxDeploymentApiKeyResponse[], PageSettings>