NetworkExtensions.GetExpressRoutePortsLocationAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen einzelnen ExpressRoutePort-Peeringstandort ab, einschließlich der Liste der verfügbaren Bandbreiten, die an diesem Peeringstandort verfügbar sind.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
- Vorgangs-IdExpressRoutePortsLocations_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>> GetExpressRoutePortsLocationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetExpressRoutePortsLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>>
<Extension()>
Public Function GetExpressRoutePortsLocationAsync (subscriptionResource As SubscriptionResource, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExpressRoutePortsLocationResource))
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- locationName
- String
Name des angeforderten ExpressRoutePort-Peeringstandorts.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
locationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
locationName
ist NULL.