共用方式為


DataBoxEdgeDeviceResource.GetEdgeNodesAsync(CancellationToken) Method

Definition

Gets all the nodes currently configured under this Data Box Edge device

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/nodes
  • Operation Id: Nodes_ListByDataBoxEdgeDevice
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNode> GetEdgeNodesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeNodesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNode>
override this.GetEdgeNodesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNode>
Public Overridable Function GetEdgeNodesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataBoxEdgeNode)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to