Freigeben über


RoutingIntentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren RoutingIntentResource Vorgänge darstellt. Jedes RoutingIntentResource in der Auflistung gehört zum gleichen instance von VirtualHubResource. Um einen RoutingIntentCollection instance rufen Sie die GetRoutingIntents-Methode aus einer instance von aufVirtualHubResource.

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

Konstruktoren

RoutingIntentCollection()

Initialisiert eine neue instance der -Klasse für die RoutingIntentCollection 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, RoutingIntentData, CancellationToken)

Erstellt eine RoutingIntent-Ressource, wenn sie nicht vorhanden ist, andernfalls wird die vorhandene RoutingIntent-Ressource aktualisiert.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, RoutingIntentData, CancellationToken)

Erstellt eine RoutingIntent-Ressource, wenn sie nicht vorhanden ist, andernfalls wird die vorhandene RoutingIntent-Ressource aktualisiert.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_Get
Get(String, CancellationToken)

Ruft die Details eines RoutingIntents ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_Get
GetAll(CancellationToken)

Ruft die Details aller untergeordneten RoutingIntent-Ressourcen des VirtualHub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent
  • Vorgangs-IdRoutingIntent_List
GetAllAsync(CancellationToken)

Ruft die Details aller untergeordneten RoutingIntent-Ressourcen des VirtualHub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent
  • Vorgangs-IdRoutingIntent_List
GetAsync(String, CancellationToken)

Ruft die Details eines RoutingIntents ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
  • Vorgangs-IdRoutingIntent_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<RoutingIntentResource>.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<RoutingIntentResource>.GetEnumerator()

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

Gilt für: