MachineLearningServices.FeaturesListWithResult 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.IFeatureResourceArmPaginatedResult> FeaturesListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string featuresetName, string featuresetVersion, 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.FeaturesListWithResult : string * string * string * string * 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 FeaturesListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, featuresetName As String, featuresetVersion 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
- subscriptionId
- String
- resourceGroupName
- String
- workspaceName
- String
- featuresetName
- String
- featuresetVersion
- String
- Skip
- String
- tags
- String
- featureName
- String
- description
- String
- listViewType
- String
- eventListener
- IEventListener
- sender
- ISendAsync