Freigeben über


ExpressRoutePortsLocationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ExpressRoutePortsLocationResource Vorgänge darstellt. Jedes ExpressRoutePortsLocationResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um eine ExpressRoutePortsLocationCollection instance rufen Sie die GetExpressRoutePortsLocations-Methode aus einer instance von aufSubscriptionResource.

public class ExpressRoutePortsLocationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>
type ExpressRoutePortsLocationCollection = class
    inherit ArmCollection
    interface seq<ExpressRoutePortsLocationResource>
    interface IEnumerable
    interface IAsyncEnumerable<ExpressRoutePortsLocationResource>
Public Class ExpressRoutePortsLocationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ExpressRoutePortsLocationResource), IEnumerable(Of ExpressRoutePortsLocationResource)
Vererbung
ExpressRoutePortsLocationCollection
Implementiert

Konstruktoren

ExpressRoutePortsLocationCollection()

Initialisiert eine neue instance der -Klasse für die ExpressRoutePortsLocationCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgangs-IdExpressRoutePortsLocations_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgangs-IdExpressRoutePortsLocations_Get
Get(String, CancellationToken)

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
GetAll(CancellationToken)

Ruft alle ExpressRoutePort-Peeringstandorte ab. Gibt keine verfügbaren Bandbreiten für jeden Standort zurück. Verfügbare Bandbreiten können nur abgerufen werden, wenn ein bestimmter Peeringstandort abgerufen wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations
  • Vorgangs-IdExpressRoutePortsLocations_List
GetAllAsync(CancellationToken)

Ruft alle ExpressRoutePort-Peeringstandorte ab. Gibt keine verfügbaren Bandbreiten für jeden Standort zurück. Verfügbare Bandbreiten können nur abgerufen werden, wenn ein bestimmter Peeringstandort abgerufen wird.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations
  • Vorgangs-IdExpressRoutePortsLocations_List
GetAsync(String, CancellationToken)

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
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgangs-IdExpressRoutePortsLocations_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • Vorgangs-IdExpressRoutePortsLocations_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ExpressRoutePortsLocationResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ExpressRoutePortsLocationResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: