Share via


MockableManagedNetworkFabricSubscriptionResource.GetNetworkFabricIPExtendedCommunities Method

Definition

Implements IpExtendedCommunities list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipExtendedCommunities
  • Operation Id: IpExtendedCommunities_ListBySubscription
  • Default Api Version: 2023-06-15
  • Resource: NetworkFabricIPExtendedCommunityResource
public virtual Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource> GetNetworkFabricIPExtendedCommunities(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFabricIPExtendedCommunities : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
override this.GetNetworkFabricIPExtendedCommunities : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityResource>
Public Overridable Function GetNetworkFabricIPExtendedCommunities (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFabricIPExtendedCommunityResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NetworkFabricIPExtendedCommunityResource that may take multiple service requests to iterate over.

Applies to