Freigeben über


ManagedNetworkFabricExtensions.GetNetworkFabricNeighborGroups Methode

Definition

Überlädt

GetNetworkFabricNeighborGroups(ResourceGroupResource)

Ruft eine Auflistung von NetworkFabricNeighborGroupResources in resourceGroupResource ab.

GetNetworkFabricNeighborGroups(SubscriptionResource, CancellationToken)

Zeigt die Methode "NeighborGroups list by subscription GET" an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/neighborGroups
  • Vorgang IdNeighborGroups_ListBySubscription

GetNetworkFabricNeighborGroups(ResourceGroupResource)

Ruft eine Auflistung von NetworkFabricNeighborGroupResources in resourceGroupResource ab.

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

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

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

Gilt für:

GetNetworkFabricNeighborGroups(SubscriptionResource, CancellationToken)

Zeigt die Methode "NeighborGroups list by subscription GET" an.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/neighborGroups
  • Vorgang IdNeighborGroups_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource> GetNetworkFabricNeighborGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricNeighborGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupResource>
<Extension()>
Public Function GetNetworkFabricNeighborGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricNeighborGroupResource)

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 NetworkFabricNeighborGroupResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: