Freigeben über


NetworkInterfaceTapConfigurationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren NetworkInterfaceTapConfigurationResource Vorgänge darstellt. Jedes NetworkInterfaceTapConfigurationResource in der Auflistung gehört zum gleichen instance von NetworkInterfaceResource. Um eine NetworkInterfaceTapConfigurationCollection instance rufen Sie die GetNetworkInterfaceTapConfigurations-Methode aus einer instance von aufNetworkInterfaceResource.

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

Konstruktoren

NetworkInterfaceTapConfigurationCollection()

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

Erstellt oder aktualisiert eine Tap-Konfiguration in der angegebenen NetworkInterface.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NetworkInterfaceTapConfigurationData, CancellationToken)

Erstellt oder aktualisiert eine Tap-Konfiguration in der angegebenen NetworkInterface.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_Get
Get(String, CancellationToken)

Rufen Sie die angegebene Tippkonfiguration auf einer Netzwerkschnittstelle ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_Get
GetAll(CancellationToken)

Rufen Sie alle Tap-Konfigurationen in einer Netzwerkschnittstelle ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/tapConfigurations
  • Vorgangs-IdNetworkInterfaceTapConfigurations_List
GetAllAsync(CancellationToken)

Rufen Sie alle Tap-Konfigurationen in einer Netzwerkschnittstelle ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/tapConfigurations
  • Vorgangs-IdNetworkInterfaceTapConfigurations_List
GetAsync(String, CancellationToken)

Rufen Sie die angegebene Tippkonfiguration auf einer Netzwerkschnittstelle ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaces/{networkInterfaceName}/tapConfigurations/{tapConfigurationName}
  • Vorgangs-IdNetworkInterfaceTapConfigurations_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<NetworkInterfaceTapConfigurationResource>.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<NetworkInterfaceTapConfigurationResource>.GetEnumerator()

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

Gilt für: