ManagedNetworkFabricExtensions.GetNetworkFabricIPExtendedCommunities Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetNetworkFabricIPExtendedCommunities(ResourceGroupResource) |
Ruft eine Auflistung von NetworkFabricIPExtendedCommunityResources in resourceGroupResource ab. |
GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken) |
Implementiert die IpExtendedCommunities-Liste nach der GET-Methode des Abonnements.
|
GetNetworkFabricIPExtendedCommunities(ResourceGroupResource)
Ruft eine Auflistung von NetworkFabricIPExtendedCommunityResources in resourceGroupResource ab.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityCollection GetNetworkFabricIPExtendedCommunities (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFabricIPExtendedCommunities : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityCollection
<Extension()>
Public Function GetNetworkFabricIPExtendedCommunities (resourceGroupResource As ResourceGroupResource) As NetworkFabricIPExtendedCommunityCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von NetworkFabricIPExtendedCommunityResources und deren Vorgängen über eine NetworkFabricIPExtendedCommunityResource darstellt.
Gilt für:
GetNetworkFabricIPExtendedCommunities(SubscriptionResource, CancellationToken)
Implementiert die IpExtendedCommunities-Liste nach der GET-Methode des Abonnements.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
- Vorgangs-IdIpExtendedCommunities_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource> GetNetworkFabricIPExtendedCommunities (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricIPExtendedCommunities : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
<Extension()>
Public Function GetNetworkFabricIPExtendedCommunities (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricIPExtendedCommunityResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von NetworkFabricIPExtendedCommunityResource , die mehrere Dienstanforderungen durchlaufen kann.