Freigeben über


ManagedNetworkFabricExtensions.GetNetworkFabricIPCommunities Methode

Definition

Überlädt

GetNetworkFabricIPCommunities(ResourceGroupResource)

Ruft eine Auflistung von NetworkFabricIPCommunityResources in resourceGroupResource ab.

GetNetworkFabricIPCommunities(SubscriptionResource, CancellationToken)

Implementiert die GET-Methode der IP-Community-Liste nach Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities
  • Vorgang IdIpCommunities_ListBySubscription

GetNetworkFabricIPCommunities(ResourceGroupResource)

Ruft eine Auflistung von NetworkFabricIPCommunityResources in resourceGroupResource ab.

public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityCollection GetNetworkFabricIPCommunities (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricIPCommunities : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityCollection
<Extension()>
Public Function GetNetworkFabricIPCommunities (resourceGroupResource As ResourceGroupResource) As NetworkFabricIPCommunityCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von NetworkFabricIPCommunityResources und deren Vorgänge über eine NetworkFabricIPCommunityResource darstellt.

Gilt für:

GetNetworkFabricIPCommunities(SubscriptionResource, CancellationToken)

Implementiert die GET-Methode der IP-Community-Liste nach Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities
  • Vorgang IdIpCommunities_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource> GetNetworkFabricIPCommunities (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricIPCommunities : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
<Extension()>
Public Function GetNetworkFabricIPCommunities (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricIPCommunityResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der NetworkFabricIPCommunityResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: