Freigeben über


NetworkFunctionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren NetworkFunctionResource Vorgänge darstellt. Jedes NetworkFunctionResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen NetworkFunctionCollection instance rufen Sie die GetNetworkFunctions-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

NetworkFunctionCollection()

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

Erstellt oder aktualisiert eine Netzwerkfunktionsressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NetworkFunctionData, CancellationToken)

Erstellt oder aktualisiert eine Netzwerkfunktionsressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Netzwerkfunktionsressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_Get
GetAll(CancellationToken)

Listet alle Netzwerkfunktionsressourcen in einer Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet alle Netzwerkfunktionsressourcen in einer Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft Informationen zur angegebenen Netzwerkfunktionsressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}
  • Vorgangs-IdNetworkFunctions_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<NetworkFunctionResource>.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<NetworkFunctionResource>.GetEnumerator()

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

Gilt für: