Condividi tramite


ManagedServiceIdentityClient.UserAssignedIdentitiesListAssociatedResourcesViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAssociatedResourcesListResult> UserAssignedIdentitiesListAssociatedResourcesViaIdentityWithResult(string viaIdentity, string Filter, string Orderby, int? Top, int? Skip, string Skiptoken, Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.ISendAsync sender);
member this.UserAssignedIdentitiesListAssociatedResourcesViaIdentityWithResult : string * string * string * Nullable<int> * Nullable<int> * string * Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAssociatedResourcesListResult>
Public Function UserAssignedIdentitiesListAssociatedResourcesViaIdentityWithResult (viaIdentity As String, Filter As String, Orderby As String, Top As Nullable(Of Integer), Skip As Nullable(Of Integer), Skiptoken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IAssociatedResourcesListResult)

Parameters

viaIdentity
String
Filter
String
Orderby
String
Skip
Nullable<Int32>
Skiptoken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to