MockableManagedNetworkFabricSubscriptionResource.GetNetworkFabricIPExtendedCommunitiesAsync Method

Definition

Implements IpExtendedCommunities list by subscription GET method.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to