Freigeben über


NetworkFabricControllerCollection Klasse

Definition

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

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

Konstruktoren

NetworkFabricControllerCollection()

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

Erstellt einen Netzwerk fabric-Controller.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricControllerData, CancellationToken)

Erstellt einen Netzwerk fabric-Controller.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Get
Get(String, CancellationToken)

Zeigt die Bereitstellung status des Network Fabric-Controllers an.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Get
GetAll(CancellationToken)

Listet alle NetworkFabricControllers auf, die in der Ressourcengruppe verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Vorgangs-IdNetworkFabricControllers_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet alle NetworkFabricControllers auf, die in der Ressourcengruppe verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
  • Vorgangs-IdNetworkFabricControllers_ListByResourceGroup
GetAsync(String, CancellationToken)

Zeigt die Bereitstellung status des Network Fabric-Controllers an.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers/{networkFabricControllerName}
  • Vorgangs-IdNetworkFabricControllers_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<NetworkFabricControllerResource>.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<NetworkFabricControllerResource>.GetEnumerator()

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

Gilt für: