Share via


NetworkDeviceInterfaceCollection.GetAll(CancellationToken) Method

Definition

List all the Network Interface resources in a given resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkDevices/{networkDeviceName}/networkInterfaces
  • Operation Id: NetworkInterfaces_ListByNetworkDevice
public virtual Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkDeviceInterfaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NetworkDeviceInterfaceResource that may take multiple service requests to iterate over.

Applies to