Share via


MachineLearningServices.OnlineEndpointsListViaIdentity Method

Definition

Overloads

OnlineEndpointsListViaIdentity(String, String, Nullable<Int32>, Nullable<EndpointComputeType>, String, String, String, Nullable<OrderString>, Func<HttpResponseMessage,Task<IOnlineEndpointTrackedResourceArmPaginatedResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
OnlineEndpointsListViaIdentity(String, String, Nullable<Int32>, Nullable<EndpointComputeType>, String, String, String, Nullable<OrderString>, Func<HttpResponseMessage,Task<IOnlineEndpointTrackedResourceArmPaginatedResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List Online Endpoints.

OnlineEndpointsListViaIdentity(String, String, Nullable<Int32>, Nullable<EndpointComputeType>, String, String, String, Nullable<OrderString>, Func<HttpResponseMessage,Task<IOnlineEndpointTrackedResourceArmPaginatedResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

public System.Threading.Tasks.Task OnlineEndpointsListViaIdentity (string viaIdentity, string name, int? count, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType? computeType, string Skip, string tags, string properties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString? orderBy, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineEndpointTrackedResourceArmPaginatedResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.OnlineEndpointsListViaIdentity : string * string * Nullable<int> * Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType> * string * string * string * Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineEndpointTrackedResourceArmPaginatedResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function OnlineEndpointsListViaIdentity (viaIdentity As String, name As String, count As Nullable(Of Integer), computeType As Nullable(Of EndpointComputeType), Skip As String, tags As String, properties As String, orderBy As Nullable(Of OrderString), onOk As Func(Of HttpResponseMessage, Task(Of IOnlineEndpointTrackedResourceArmPaginatedResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
name
String
count
Nullable<Int32>
Skip
String
tags
String
properties
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to

OnlineEndpointsListViaIdentity(String, String, Nullable<Int32>, Nullable<EndpointComputeType>, String, String, String, Nullable<OrderString>, Func<HttpResponseMessage,Task<IOnlineEndpointTrackedResourceArmPaginatedResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List Online Endpoints.

public System.Threading.Tasks.Task OnlineEndpointsListViaIdentity (string viaIdentity, string name, int? count, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType? computeType, string Skip, string tags, string properties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString? orderBy, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointTrackedResourceArmPaginatedResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.OnlineEndpointsListViaIdentity : string * string * Nullable<int> * Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType> * string * string * string * Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OrderString> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointTrackedResourceArmPaginatedResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function OnlineEndpointsListViaIdentity (viaIdentity As String, name As String, count As Nullable(Of Integer), computeType As Nullable(Of EndpointComputeType), Skip As String, tags As String, properties As String, orderBy As Nullable(Of OrderString), onOk As Func(Of HttpResponseMessage, Task(Of IOnlineEndpointTrackedResourceArmPaginatedResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
name
String

Name of the endpoint.

count
Nullable<Int32>

Number of endpoints to be retrieved in a page of results.

computeType
Nullable<EndpointComputeType>

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<OrderString>

The option to order the response.

onOk
Func<HttpResponseMessage,Task<IOnlineEndpointTrackedResourceArmPaginatedResult>,Task>

a delegate that is called when the remote service returns 200 (OK).

onDefault
Func<HttpResponseMessage,Task<IErrorResponse>,Task>

a delegate that is called when the remote service returns default (any response code not handled elsewhere).

eventListener
IEventListener

an IEventListener instance that will receive events.

sender
ISendAsync

an instance of an Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync pipeline to use to make the request.

Returns

A Task that will be complete when handling of the response is completed.

Applies to