DataBoxEdgeDeviceResource.GetExtendedInformation(CancellationToken) Method

Definition

Gets additional information for the specified Azure Stack Edge/Data Box Gateway device.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to