NetworkBootstrapInterfaceCollection.GetAllAsync(CancellationToken) Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkBootstrapDevices/{networkBootstrapDeviceName}/networkBootstrapInterfaces
  • Operation Id: NetworkBootstrapInterfaces_ListByNetworkBootstrapDevice
  • Default Api Version: 2025-07-15
  • Resource: NetworkBootstrapInterfaceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkBootstrapInterfaceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkBootstrapInterfaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to