MockableManagedNetworkFabricSubscriptionResource.GetNetworkBootstrapDevices Method

Definition

List all the Network Bootstrap Device resources in a given subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to