ServerlessEndpointsOperations interface

Interface representando uma operação ServerlessEndpoints.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginRegenerateKeys
beginRegenerateKeysAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crie ou atualize o ponto de extremidade sem servidor (assíncrono).

delete

Exclua o ponto de extremidade sem servidor (assíncrono).

get

Obtenha o ponto de extremidade sem servidor.

list

Listar pontos de extremidade sem servidor.

listKeys

Liste EndpointAuthKeys para um ponto de extremidade usando autenticação baseada em chave.

regenerateKeys

Regenere EndpointAuthKeys para um ponto de extremidade usando autenticação baseada em chave (assíncrona).

update

Atualizar o ponto de extremidade sem servidor (assíncrono).

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

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

Valor de Propriedade

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

beginDelete

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

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

beginRegenerateKeys

Aviso

Esta API foi preterida.

use regenerateKeys instead

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

Valor de Propriedade

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

beginRegenerateKeysAndWait

Aviso

Esta API foi preterida.

use regenerateKeys instead

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

Valor de Propriedade

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

beginUpdate

Aviso

Esta API foi preterida.

use update instead

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

Valor de Propriedade

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

beginUpdateAndWait

Aviso

Esta API foi preterida.

use update instead

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

Valor de Propriedade

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

createOrUpdate

Crie ou atualize o ponto de extremidade sem servidor (assíncrono).

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

Valor de Propriedade

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

delete

Exclua o ponto de extremidade sem servidor (assíncrono).

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

Valor de Propriedade

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

get

Obtenha o ponto de extremidade sem servidor.

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

Valor de Propriedade

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

list

Listar pontos de extremidade sem servidor.

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

Valor de Propriedade

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

listKeys

Liste EndpointAuthKeys para um ponto de extremidade usando autenticação baseada em chave.

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

Valor de Propriedade

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

regenerateKeys

Regenere EndpointAuthKeys para um ponto de extremidade usando autenticação baseada em chave (assíncrona).

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

Valor de Propriedade

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

update

Atualizar o ponto de extremidade sem servidor (assíncrono).

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

Valor de Propriedade

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