MachineLearningOnlineEndpointCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken) |
List Online Endpoints.
|
GetAll(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken) |
List Online Endpoints.
|
GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)
List Online Endpoints.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
- Operation Id: OnlineEndpoints_List
- Default Api Version: 2024-04-01
- Resource: MachineLearningOnlineEndpointResource
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAll (options As MachineLearningOnlineEndpointCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningOnlineEndpointResource)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineLearningOnlineEndpointResource that may take multiple service requests to iterate over.
Applies to
GetAll(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)
List Online Endpoints.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
- Operation Id: OnlineEndpoints_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAll (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 GetAll : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAll : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOrderString> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAll (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 Pageable(Of MachineLearningOnlineEndpointResource)
Parameters
- name
- String
Name of the endpoint.
- computeType
- Nullable<MachineLearningEndpointComputeType>
EndpointComputeType to be filtered by.
- skip
- String
Continuation token for pagination.
- tags
- String
A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .
- properties
- String
A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .
- orderBy
- Nullable<MachineLearningOrderString>
The option to order the response.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineLearningOnlineEndpointResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET