MachineLearningServices.EnvironmentContainersListViaIdentityWithResult 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.IEnvironmentContainerResourceArmPaginatedResult> EnvironmentContainersListViaIdentityWithResult(string viaIdentity, string Skip, string listViewType, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.EnvironmentContainersListViaIdentityWithResult : 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.IEnvironmentContainerResourceArmPaginatedResult>
Public Function EnvironmentContainersListViaIdentityWithResult (viaIdentity As String, Skip As String, listViewType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IEnvironmentContainerResourceArmPaginatedResult)
Parameters
- viaIdentity
- String
- Skip
- String
- listViewType
- String
- eventListener
- IEventListener
- sender
- ISendAsync