Condividi tramite


Aks.TrustedAccessRoleBindingsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding> TrustedAccessRoleBindingsGetWithResult(string subscriptionId, string resourceGroupName, string resourceName, string trustedAccessRoleBindingName, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.ISendAsync sender);
member this.TrustedAccessRoleBindingsGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleBinding>
Public Function TrustedAccessRoleBindingsGetWithResult (subscriptionId As String, resourceGroupName As String, resourceName As String, trustedAccessRoleBindingName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ITrustedAccessRoleBinding)

Parameters

subscriptionId
String
resourceGroupName
String
resourceName
String
trustedAccessRoleBindingName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to