ServerlessEndpointsOperations interface

介面代表 ServerlessEndpoints 操作。

屬性

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginRegenerateKeys
beginRegenerateKeysAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

建立或更新無伺服器端點 (非同步)。

delete

刪除無伺服器端點 (非同步)。

get

取得無伺服器端點。

list

列出無伺服器端點。

listKeys

使用金鑰型驗證列出端點的 EndpointAuthKeys。

regenerateKeys

使用金鑰型驗證 (非同步) 重新產生端點的 EndpointAuthKeys。

update

更新無伺服器端點 (非同步)。

屬性詳細資料

beginCreateOrUpdate

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

beginCreateOrUpdateAndWait

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => Promise<ServerlessEndpoint>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => Promise<ServerlessEndpoint>

beginDelete

警告

此 API 現已淘汰。

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

此 API 現已淘汰。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => Promise<void>

beginRegenerateKeys

警告

此 API 現已淘汰。

use regenerateKeys instead

beginRegenerateKeys: (resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>>

beginRegenerateKeysAndWait

警告

此 API 現已淘汰。

use regenerateKeys instead

beginRegenerateKeysAndWait: (resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => Promise<EndpointAuthKeys>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => Promise<EndpointAuthKeys>

beginUpdate

警告

此 API 現已淘汰。

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

beginUpdateAndWait

警告

此 API 現已淘汰。

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => Promise<ServerlessEndpoint>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => Promise<ServerlessEndpoint>

createOrUpdate

建立或更新無伺服器端點 (非同步)。

createOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>

delete

刪除無伺服器端點 (非同步)。

delete: (resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

取得無伺服器端點。

get: (resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsGetOptionalParams) => Promise<ServerlessEndpoint>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsGetOptionalParams) => Promise<ServerlessEndpoint>

list

列出無伺服器端點。

list: (resourceGroupName: string, workspaceName: string, options?: ServerlessEndpointsListOptionalParams) => PagedAsyncIterableIterator<ServerlessEndpoint, ServerlessEndpoint[], PageSettings>

屬性值

(resourceGroupName: string, workspaceName: string, options?: ServerlessEndpointsListOptionalParams) => PagedAsyncIterableIterator<ServerlessEndpoint, ServerlessEndpoint[], PageSettings>

listKeys

使用金鑰型驗證列出端點的 EndpointAuthKeys。

listKeys: (resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>

regenerateKeys

使用金鑰型驗證 (非同步) 重新產生端點的 EndpointAuthKeys。

regenerateKeys: (resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => PollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams) => PollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>

update

更新無伺服器端點 (非同步)。

update: (resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => PollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>

屬性值

(resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams) => PollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>