Freigeben über


MachineLearningOnlineDeploymentCollection.GetAllAsync Methode

Definition

Bereitstellungen von Rückschlussendpunkten auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments
  • Vorgang IdOnlineDeployments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource> 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.MachineLearningOnlineDeploymentResource>
override this.GetAllAsync : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>
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 MachineLearningOnlineDeploymentResource)

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 asynchrone Sammlung von, bei der MachineLearningOnlineDeploymentResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: