MachineLearningServices.OnlineEndpointsListWithResult 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.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTrackedResourceArmPaginatedResult> OnlineEndpointsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string name, int? count, string computeType, string Skip, string tags, string properties, string orderBy, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.OnlineEndpointsListWithResult : string * string * string * string * Nullable<int> * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IOnlineEndpointTrackedResourceArmPaginatedResult>
Public Function OnlineEndpointsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, name As String, count As Nullable(Of Integer), computeType As String, Skip As String, tags As String, properties As String, orderBy As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOnlineEndpointTrackedResourceArmPaginatedResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- workspaceName
- String
- name
- String
- computeType
- String
- Skip
- String
- tags
- String
- properties
- String
- orderBy
- String
- eventListener
- IEventListener
- sender
- ISendAsync