TrustedAccessRolesOperationsExtensions.ListAsync Method

Definition

List supported trusted access roles.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRole>> ListAsync(this Microsoft.Azure.Management.ContainerService.ITrustedAccessRolesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerService.ITrustedAccessRolesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRole>>
<Extension()>
Public Function ListAsync (operations As ITrustedAccessRolesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TrustedAccessRole))

Parameters

operations
ITrustedAccessRolesOperations

The operations group for this extension method.

location
String

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to