Freigeben über


NetworkFabricIPCommunityCollection Klasse

Definition

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

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

Konstruktoren

NetworkFabricIPCommunityCollection()

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

Implementiert eine PUT-Methode der IP-Community.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricIPCommunityData, CancellationToken)

Implementiert eine PUT-Methode der IP-Community.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Get
Get(String, CancellationToken)

Implementiert eine GET-Methode der IP-Community.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Get
GetAll(CancellationToken)

Implementiert die GET-Methode für IP-Communitys nach Ressourcengruppe.

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

Implementiert die GET-Methode für IP-Communitys nach Ressourcengruppe.

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

Implementiert eine GET-Methode der IP-Community.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/ipCommunities/{ipCommunityName}
  • Vorgangs-IdIpCommunities_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<NetworkFabricIPCommunityResource>.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<NetworkFabricIPCommunityResource>.GetEnumerator()

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

Gilt für: