MockableManagedNetworkFabricSubscriptionResource.GetNetworkFabricIPCommunitiesAsync Method

Definition

Implements IP Communities list by subscription GET method.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to