MachineLearningServices.FeaturestoreEntityContainersListViaIdentityWithResult 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.IFeaturestoreEntityContainerResourceArmPaginatedResult> FeaturestoreEntityContainersListViaIdentityWithResult(string viaIdentity, string Skip, string tags, string listViewType, int? pageSize, string name, string description, string createdBy, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.FeaturestoreEntityContainersListViaIdentityWithResult : string * string * string * string * Nullable<int> * string * string * 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.IFeaturestoreEntityContainerResourceArmPaginatedResult>
Public Function FeaturestoreEntityContainersListViaIdentityWithResult (viaIdentity As String, Skip As String, tags As String, listViewType As String, pageSize As Nullable(Of Integer), name As String, description As String, createdBy As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IFeaturestoreEntityContainerResourceArmPaginatedResult)
Parameters
- viaIdentity
- String
- Skip
- String
- tags
- String
- listViewType
- String
- name
- String
- description
- String
- createdBy
- String
- eventListener
- IEventListener
- sender
- ISendAsync