MachineLearningServices.DatastoresListViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDatastoreResourceArmPaginatedResult> DatastoresListViaIdentityWithResult(string viaIdentity, 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.DatastoresListViaIdentityWithResult : 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 DatastoresListViaIdentityWithResult (viaIdentity 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

viaIdentity
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