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