Freigeben über


ConnectivityConfigurationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ConnectivityConfigurationResource Vorgänge darstellt. Jedes ConnectivityConfigurationResource in der Auflistung gehört zum gleichen instance von NetworkManagerResource. Um einen ConnectivityConfigurationCollection instance rufen Sie die GetConnectivityConfigurations-Methode aus einer instance von aufNetworkManagerResource.

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

Konstruktoren

ConnectivityConfigurationCollection()

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

Erstellt/Updates einer neuen Netzwerk-Manager-Konnektivitätskonfiguration

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ConnectivityConfigurationData, CancellationToken)

Erstellt/Updates einer neuen Netzwerk-Manager-Konnektivitätskonfiguration

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_Get
Get(String, CancellationToken)

Ruft eine Netzwerkkonnektivitätskonfiguration ab, die durch die Ressourcengruppe, den Namen des Netzwerk-Managers und den Konnektivitätskonfigurationsnamen angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Listet alle Netzwerk-Manager-Konnektivitätskonfigurationen in einem angegebenen Netzwerk-Manager auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations
  • Vorgangs-IdConnectivityConfigurations_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Listet alle Netzwerk-Manager-Konnektivitätskonfigurationen in einem angegebenen Netzwerk-Manager auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations
  • Vorgangs-IdConnectivityConfigurations_List
GetAsync(String, CancellationToken)

Ruft eine Netzwerkkonnektivitätskonfiguration ab, die durch die Ressourcengruppe, den Namen des Netzwerk-Managers und den Konnektivitätskonfigurationsnamen angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/connectivityConfigurations/{configurationName}
  • Vorgangs-IdConnectivityConfigurations_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<ConnectivityConfigurationResource>.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<ConnectivityConfigurationResource>.GetEnumerator()

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

Gilt für: