AvailableResourceGroupDelegationsOperationsExtensions.ListAsync Method

Definition

Gets all of the available subnet delegations for this resource group in this region.

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

Parameters

operations
IAvailableResourceGroupDelegationsOperations

The operations group for this extension method.

location
String

The location of the domain name.

resourceGroupName
String

The name of the resource group.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to