BatchDeploymentsOperations interface

Schnittstelle stellt BatchDeployments-Operationen dar.

Eigenschaften

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Erstellt/aktualisiert eine Batch-Ableitungsbereitstellung (asynchron).

delete

Batchinference-Bereitstellung löschen (asynchron).

get

Ruft eine Batch-Ableitungsbereitstellung nach ID ab.

list

Listet Batch-Rückschlussbereitstellungen im Arbeitsbereich auf.

update

Aktualisieren einer Batch-Ableitungsbereitstellung (asynchron).

Details zur Eigenschaft

beginCreateOrUpdate

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginCreateOrUpdateAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => Promise<BatchDeployment>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => Promise<BatchDeployment>

createOrUpdate

Erstellt/aktualisiert eine Batch-Ableitungsbereitstellung (asynchron).

createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

delete

Batchinference-Bereitstellung löschen (asynchron).

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

Eigenschaftswert

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

get

Ruft eine Batch-Ableitungsbereitstellung nach ID ab.

get: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams) => Promise<BatchDeployment>

list

Listet Batch-Rückschlussbereitstellungen im Arbeitsbereich auf.

list: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams) => PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

update

Aktualisieren einer Batch-Ableitungsbereitstellung (asynchron).

update: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams) => PollerLike<OperationState<BatchDeployment>, BatchDeployment>