BatchEndpointsOperations interface

Schnittstelle, die Operationen von BatchEndpoints darstellt.

Eigenschaften

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Erstellt einen Batch-Ableitungsendpunkt (asynchron).

delete

Batchinference-Endpunkt löschen (asynchron).

get

Ruft einen Batch-Ableitungsendpunkt anhand des Namens ab.

list

Listet den Batchrückschlussendpunkt im Arbeitsbereich auf.

listKeys

Listet Batch-Rückschlussendpunktschlüssel auf.

update

Aktualisieren eines Batch-Ableitungsendpunkts (asynchron).

Details zur Eigenschaft

beginCreateOrUpdate

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

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

Eigenschaftswert

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

beginCreateOrUpdateAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

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

Eigenschaftswert

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

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

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

Eigenschaftswert

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

createOrUpdate

Erstellt einen Batch-Ableitungsendpunkt (asynchron).

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

Eigenschaftswert

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

delete

Batchinference-Endpunkt löschen (asynchron).

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

Eigenschaftswert

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

get

Ruft einen Batch-Ableitungsendpunkt anhand des Namens ab.

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

Eigenschaftswert

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

list

Listet den Batchrückschlussendpunkt im Arbeitsbereich auf.

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

Eigenschaftswert

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

listKeys

Listet Batch-Rückschlussendpunktschlüssel auf.

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

Eigenschaftswert

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

update

Aktualisieren eines Batch-Ableitungsendpunkts (asynchron).

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

Eigenschaftswert

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