MachineLearningServices.FeaturesListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IFeatureResourceArmPaginatedResult> FeaturesListViaIdentityWithResult(string viaIdentity, string Skip, string tags, string featureName, string description, string listViewType, int? pageSize, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.FeaturesListViaIdentityWithResult : string * string * string * string * string * string * Nullable<int> * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IFeatureResourceArmPaginatedResult>
Public Function FeaturesListViaIdentityWithResult (viaIdentity As String, Skip As String, tags As String, featureName As String, description As String, listViewType As String, pageSize As Nullable(Of Integer), eventListener As IEventListener, sender As ISendAsync) As Task(Of IFeatureResourceArmPaginatedResult)

Parameters

viaIdentity
String
Skip
String
tags
String
featureName
String
description
String
listViewType
String
pageSize
Nullable<Int32>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to