MockableManagedNetworkFabricSubscriptionResource.GetNetworkFabricIPPrefixesAsync Method

Definition

Implements IpPrefixes list by subscription GET method.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to