TrustedAccessRolesOperationsExtensions.ListAsync 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.
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.