MachineLearningServices.DatastoresListWithResult 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.IDatastoreResourceArmPaginatedResult> DatastoresListWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string Skip, int? count, bool? isDefault, System.Collections.Generic.List<string> names, string searchText, string orderBy, bool? orderByAsc, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.DatastoresListWithResult : string * string * string * string * Nullable<int> * Nullable<bool> * System.Collections.Generic.List<string> * string * string * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDatastoreResourceArmPaginatedResult>
Public Function DatastoresListWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, Skip As String, count As Nullable(Of Integer), isDefault As Nullable(Of Boolean), names As List(Of String), searchText As String, orderBy As String, orderByAsc As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of IDatastoreResourceArmPaginatedResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- workspaceName
- String
- Skip
- String
- searchText
- String
- orderBy
- String
- eventListener
- IEventListener
- sender
- ISendAsync