Freigeben über


NetworkExtensions.GetAvailableEndpointServicesAsync Methode

Definition

Listet auf, welche Werte von Endpunktdiensten zur Verwendung zur Verfügung stehen.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/virtualNetworkAvailableEndpointServices
  • Vorgang IdAvailableEndpointServices_List
public static Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EndpointServiceResult> GetAvailableEndpointServicesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableEndpointServicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EndpointServiceResult>
<Extension()>
Public Function GetAvailableEndpointServicesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EndpointServiceResult)

Parameter

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Der Speicherort zum Überprüfen der verfügbaren Endpunktdienste.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der EndpointServiceResult mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: