共用方式為


BandwidthScheduleCollection.GetAll(CancellationToken) Method

Definition

Gets all the bandwidth schedules for a Data Box Edge/Data Box Gateway device.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to