Freigeben über


ExpressRouteLinkCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ExpressRouteLinkResource Vorgänge darstellt. Jedes ExpressRouteLinkResource in der Auflistung gehört zum gleichen instance von ExpressRoutePortResource. Um eine ExpressRouteLinkCollection instance rufen Sie die GetExpressRouteLinks-Methode aus einer instance von aufExpressRoutePortResource.

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

Konstruktoren

ExpressRouteLinkCollection()

Initialisiert eine neue instance der -Klasse für die ExpressRouteLinkCollection 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}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_Get
Get(String, CancellationToken)

Ruft die angegebene ExpressRouteLink-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_Get
GetAll(CancellationToken)

Rufen Sie die ExpressRouteLink-Unterressourcen der angegebenen ExpressRoutePort-Ressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links
  • Vorgangs-IdExpressRouteLinks_List
GetAllAsync(CancellationToken)

Rufen Sie die ExpressRouteLink-Unterressourcen der angegebenen ExpressRoutePort-Ressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links
  • Vorgangs-IdExpressRouteLinks_List
GetAsync(String, CancellationToken)

Ruft die angegebene ExpressRouteLink-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}/links/{linkName}
  • Vorgangs-IdExpressRouteLinks_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<ExpressRouteLinkResource>.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<ExpressRouteLinkResource>.GetEnumerator()

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

Gilt für: