BatchEndpointsOperations interface

Interfaccia che rappresenta un'operazione BatchEndpoints.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crea un endpoint di inferenza batch (asincrono).

delete

Eliminare l'endpoint di inferenza batch (asincrono).

get

Ottiene un endpoint di inferenza batch in base al nome.

list

Elenca l'endpoint di inferenza batch nell'area di lavoro.

listKeys

Elenca le chiavi dell'endpoint di inferenza batch.

update

Aggiornare un endpoint di inferenza batch (asincrono).

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>

createOrUpdate

Crea un endpoint di inferenza batch (asincrono).

createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>

delete

Eliminare l'endpoint di inferenza batch (asincrono).

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

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottiene un endpoint di inferenza batch in base al nome.

get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>

list

Elenca l'endpoint di inferenza batch nell'area di lavoro.

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

Valore della proprietà

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

listKeys

Elenca le chiavi dell'endpoint di inferenza batch.

listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>

update

Aggiornare un endpoint di inferenza batch (asincrono).

update: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>