Freigeben über


AvailableDelegationsOperationsExtensions.ListAsync Methode

Definition

Ruft alle verfügbaren Subnetzdelegierungen für dieses Abonnement in dieser Region ab.

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

Parameter

operations
IAvailableDelegationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Speicherort des Subnetzes.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: