Udostępnij za pośrednictwem


MachineLearningBatchDeploymentCollection.GetAllAsync Method

Definition

Lists Batch inference deployments in the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments
  • Operation Id: BatchDeployments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource> GetAllAsync (string orderBy = default, int? top = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
override this.GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
Public Overridable Function GetAllAsync (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningBatchDeploymentResource)

Parameters

orderBy
String

Ordering of list.

top
Nullable<Int32>

Top of list.

skip
String

Continuation token for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MachineLearningBatchDeploymentResource that may take multiple service requests to iterate over.

Applies to