Freigeben über


NetworkExtensions.GetAvailableDelegations Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/availableDelegations
  • Vorgang IdAvailableDelegations_List
public static Azure.Pageable<Azure.ResourceManager.Network.Models.AvailableDelegation> GetAvailableDelegations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableDelegations : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AvailableDelegation>
<Extension()>
Public Function GetAvailableDelegations (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailableDelegation)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Speicherort des Subnetzes.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der AvailableDelegation möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: