MachineLearningServices.RegistryDataVersionsListWithResult 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.IDataVersionBaseResourceArmPaginatedResult> RegistryDataVersionsListWithResult(string subscriptionId, string resourceGroupName, string registryName, string name, string OrderBy, int? Top, string Skip, string Tags, string listViewType, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.RegistryDataVersionsListWithResult : string * string * string * string * string * Nullable<int> * 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.IDataVersionBaseResourceArmPaginatedResult>
Public Function RegistryDataVersionsListWithResult (subscriptionId As String, resourceGroupName As String, registryName As String, name As String, OrderBy As String, Top As Nullable(Of Integer), Skip As String, Tags As String, listViewType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDataVersionBaseResourceArmPaginatedResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- registryName
- String
- name
- String
- OrderBy
- String
- Skip
- String
- Tags
- String
- listViewType
- String
- eventListener
- IEventListener
- sender
- ISendAsync