ManagedNetworkFabricExtensions.GetNetworkFabricIPCommunitiesAsync Method

Definition

Implements IP Communities list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/ipCommunities
  • Operation Id: IpCommunities_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource> GetNetworkFabricIPCommunitiesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricIPCommunitiesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPCommunityResource>
<Extension()>
Public Function GetNetworkFabricIPCommunitiesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkFabricIPCommunityResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to