Freigeben über


MachineLearningOnlineEndpointCollection.GetAllAsync Methode

Definition

Überlädt

GetAllAsync(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)

Onlineendpunkte auflisten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • Vorgangs-IdOnlineEndpoints_List
GetAllAsync(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)

Onlineendpunkte auflisten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • Vorgangs-IdOnlineEndpoints_List

GetAllAsync(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)

Onlineendpunkte auflisten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • Vorgangs-IdOnlineEndpoints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAllAsync (options As MachineLearningOnlineEndpointCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningOnlineEndpointResource)

Parameter

options
MachineLearningOnlineEndpointCollectionGetAllOptions

Ein Eigenschaftenbehälter, der alle Parameter dieser Methode mit Ausnahme des LRO-Qualifizierers und des Anforderungskontextparameters enthält.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MachineLearningOnlineEndpointResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetAllAsync(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)

Onlineendpunkte auflisten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • Vorgangs-IdOnlineEndpoints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAllAsync (string name = default, int? count = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType? computeType = default, string skip = default, string tags = default, string properties = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString? orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAllAsync (Optional name As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional computeType As Nullable(Of MachineLearningEndpointComputeType) = Nothing, Optional skip As String = Nothing, Optional tags As String = Nothing, Optional properties As String = Nothing, Optional orderBy As Nullable(Of MachineLearningOrderString) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningOnlineEndpointResource)

Parameter

name
String

Name des Endpunkts.

count
Nullable<Int32>

Anzahl der Endpunkte, die auf einer Ergebnisseite abgerufen werden sollen.

computeType
Nullable<MachineLearningEndpointComputeType>

EndpointComputeType, nach dem gefiltert werden soll.

skip
String

Fortsetzungstoken für Paginierung.

tags
String

Eine Gruppe von Tags, mit denen die zurückgegebenen Modelle gefiltert werden sollen. Es handelt sich um eine durch Trennzeichen getrennte Zeichenfolge von Tags key oder tags key=value. Beispiel: tagKey1,tagKey2,tagKey3=value3 .

properties
String

Ein Satz von Eigenschaften, mit denen die zurückgegebenen Modelle gefiltert werden sollen. Es ist eine durch Trennzeichen getrennte Zeichenfolge von Eigenschaftenschlüssel und/oder Eigenschaften key=wert Beispiel: propKey1,propKey2,propKey3=value3 .

orderBy
Nullable<MachineLearningOrderString>

Die Option zum Sortieren der Antwort.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MachineLearningOnlineEndpointResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: