MachineLearningServices.DatastoresListWithResult Method

Definition

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
count
Nullable<Int32>
isDefault
Nullable<Boolean>
names
List<String>
searchText
String
orderBy
String
orderByAsc
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to