ServerlessEndpointsOperations interface

Interfejs reprezentujący operacje ServerlessEndpoints.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginRegenerateKeys
beginRegenerateKeysAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Tworzenie lub aktualizowanie bezserwerowego punktu końcowego (asynchronicznego).

delete

Usuń bezserwerowy punkt końcowy (asynchroniczny).

get

Pobierz bezserwerowy punkt końcowy.

list

Wyświetlanie listy bezserwerowych punktów końcowych.

listKeys

Wyświetlanie listy endpointAuthKeys dla punktu końcowego przy użyciu uwierzytelniania opartego na kluczach.

regenerateKeys

Wygeneruj ponownie wartości EndpointAuthKeys dla punktu końcowego przy użyciu uwierzytelniania opartego na kluczach (asynchronicznego).

update

Aktualizowanie bezserwerowego punktu końcowego (asynchronicznie).

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

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

Wartość właściwości

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

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

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

Wartość właściwości

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

beginRegenerateKeys

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use regenerateKeys instead

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

Wartość właściwości

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

beginRegenerateKeysAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use regenerateKeys instead

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

Wartość właściwości

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

beginUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

beginUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

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

Wartość właściwości

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

createOrUpdate

Tworzenie lub aktualizowanie bezserwerowego punktu końcowego (asynchronicznego).

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

Wartość właściwości

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

delete

Usuń bezserwerowy punkt końcowy (asynchroniczny).

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

Wartość właściwości

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

get

Pobierz bezserwerowy punkt końcowy.

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

Wartość właściwości

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

list

Wyświetlanie listy bezserwerowych punktów końcowych.

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

Wartość właściwości

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

listKeys

Wyświetlanie listy endpointAuthKeys dla punktu końcowego przy użyciu uwierzytelniania opartego na kluczach.

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

Wartość właściwości

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

regenerateKeys

Wygeneruj ponownie wartości EndpointAuthKeys dla punktu końcowego przy użyciu uwierzytelniania opartego na kluczach (asynchronicznego).

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

Wartość właściwości

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

update

Aktualizowanie bezserwerowego punktu końcowego (asynchronicznie).

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

Wartość właściwości

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