MachineLearningServices.FeaturestoreEntityVersionsListWithResult 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.IFeaturestoreEntityVersionResourceArmPaginatedResult> FeaturestoreEntityVersionsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string name, string Skip, string tags, string listViewType, int? pageSize, string versionName, string version, string description, string createdBy, string stage, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.FeaturestoreEntityVersionsListWithResult : string * string * string * 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.IFeaturestoreEntityVersionResourceArmPaginatedResult>
Public Function FeaturestoreEntityVersionsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, name As String, Skip As String, tags As String, listViewType As String, pageSize As Nullable(Of Integer), versionName As String, version As String, description As String, createdBy As String, stage As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IFeaturestoreEntityVersionResourceArmPaginatedResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- workspaceName
- String
- name
- String
- Skip
- String
- tags
- String
- listViewType
- String
- versionName
- String
- version
- String
- description
- String
- createdBy
- String
- stage
- String
- eventListener
- IEventListener
- sender
- ISendAsync