MachineLearningServices.DatastoresListViaIdentityWithResult 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> 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
- searchText
- String
- orderBy
- String
- eventListener
- IEventListener
- sender
- ISendAsync