ServerlessEndpointsOperations interface

Interface representing a ServerlessEndpoints operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginRegenerateKeys
beginRegenerateKeysAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Create or update Serverless Endpoint (asynchronous).

delete

Delete Serverless Endpoint (asynchronous).

get

Get Serverless Endpoint.

list

List Serverless Endpoints.

listKeys

List EndpointAuthKeys for an Endpoint using Key-based authentication.

regenerateKeys

Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).

update

Update Serverless Endpoint (asynchronous).

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

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

Property Value

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

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginRegenerateKeys

Warning

This API is now deprecated.

use regenerateKeys instead

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

Property Value

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

beginRegenerateKeysAndWait

Warning

This API is now deprecated.

use regenerateKeys instead

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

Property Value

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

beginUpdate

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

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

Property Value

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

createOrUpdate

Create or update Serverless Endpoint (asynchronous).

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

Property Value

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

delete

Delete Serverless Endpoint (asynchronous).

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

Property Value

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

get

Get Serverless Endpoint.

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

Property Value

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

list

List Serverless Endpoints.

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

Property Value

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

listKeys

List EndpointAuthKeys for an Endpoint using Key-based authentication.

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

Property Value

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

regenerateKeys

Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).

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

Property Value

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

update

Update Serverless Endpoint (asynchronous).

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

Property Value

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