Freigeben über


ExpressRouteCircuitCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ExpressRouteCircuitResource Vorgänge darstellt. Jedes ExpressRouteCircuitResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine ExpressRouteCircuitCollection instance rufen Sie die GetExpressRouteCircuits-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

ExpressRouteCircuitCollection()

Initialisiert eine neue instance der -Klasse für die ExpressRouteCircuitCollection 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

CreateOrUpdate(WaitUntil, String, ExpressRouteCircuitData, CancellationToken)

Erstellt oder aktualisiert eine Expressroutenleitung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ExpressRouteCircuitData, CancellationToken)

Erstellt oder aktualisiert eine Expressroutenleitung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Expressroutenleitung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_Get
GetAll(CancellationToken)

Ruft alle Expressroutenverbindungen in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits
  • Vorgangs-IdExpressRouteCircuits_List
GetAllAsync(CancellationToken)

Ruft alle Expressroutenverbindungen in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits
  • Vorgangs-IdExpressRouteCircuits_List
GetAsync(String, CancellationToken)

Ruft Informationen zur angegebenen Expressroutenleitung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCircuits/{circuitName}
  • Vorgangs-IdExpressRouteCircuits_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<ExpressRouteCircuitResource>.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<ExpressRouteCircuitResource>.GetEnumerator()

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

Gilt für: