Freigeben über


NetworkInterfaceIPConfigurationCollection Klasse

Definition

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

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

Konstruktoren

NetworkInterfaceIPConfigurationCollection()

Initialisiert eine neue instance der NetworkInterfaceIPConfigurationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_Get
Get(String, CancellationToken)

Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_Get
GetAll(CancellationToken)

Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations
  • Vorgang IdNetworkInterfaceIPConfigurations_List
GetAllAsync(CancellationToken)

Rufen Sie alle IP-Konfigurationen in einer Netzwerkschnittstelle ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations
  • Vorgang IdNetworkInterfaceIPConfigurations_List
GetAsync(String, CancellationToken)

Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Vorgang IdNetworkInterfaceIPConfigurations_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<NetworkInterfaceIPConfigurationResource>.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<NetworkInterfaceIPConfigurationResource>.GetEnumerator()

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

Gilt für: