MachineLearningServices.ModelVersionsListWithResult 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.IModelVersionResourceArmPaginatedResult> ModelVersionsListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string name, string Skip, string OrderBy, int? Top, string version, string description, int? offset, string tags, string properties, string feed, string listViewType, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.ModelVersionsListWithResult : string * string * string * string * string * string * Nullable<int> * string * string * Nullable<int> * 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.IModelVersionResourceArmPaginatedResult>
Public Function ModelVersionsListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, name As String, Skip As String, OrderBy As String, Top As Nullable(Of Integer), version As String, description As String, offset As Nullable(Of Integer), tags As String, properties As String, feed As String, listViewType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IModelVersionResourceArmPaginatedResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- workspaceName
- String
- name
- String
- Skip
- String
- OrderBy
- String
- version
- String
- description
- String
- tags
- String
- properties
- String
- feed
- String
- listViewType
- String
- eventListener
- IEventListener
- sender
- ISendAsync