Aracılığıyla paylaş


AvailableDelegationsOperationsExtensions.ListAsync Method

Definition

Gets all of the available subnet delegations for this subscription 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.IAvailableDelegationsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.IAvailableDelegationsOperations * 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 IAvailableDelegationsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AvailableDelegationInner))

Parameters

operations
IAvailableDelegationsOperations

The operations group for this extension method.

location
String

The location of the subnet.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to