共用方式為


ApiKeysOperations interface

介面代表 ApiKeys 操作。

屬性

createOrUpdate

建立或更新 Nginx 部署的 API 金鑰,以便存取資料平面 API 端點

delete
get

取得指定 Nginx 部署的 API 金鑰

list

列出該 Nginx 部署的所有 API 金鑰

屬性詳細資料

createOrUpdate

建立或更新 Nginx 部署的 API 金鑰,以便存取資料平面 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>