Share via


LogicalNetworkCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all of the logical networks in the specified resource group. Use the nextLink property in the response to get the next page of logical networks.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/logicalNetworks
  • Operation Id: LogicalNetworks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.LogicalNetworkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.LogicalNetworkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.LogicalNetworkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LogicalNetworkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to