Freigeben über


MachineLearningBatchDeploymentCollection.GetAll Methode

Definition

Listet Batchrückschlussbereitstellungen im Arbeitsbereich auf.

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

Parameter

orderBy
String

Reihenfolge der Liste.

top
Nullable<Int32>

Ganz oben.

skip
String

Fortsetzungstoken für Paginierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der MachineLearningBatchDeploymentResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: