HciExtensions.GetHciEdgeDevice Method

Definition

Get a EdgeDevice

  • Request Path: /{resourceUri}/providers/Microsoft.AzureStackHCI/edgeDevices/{edgeDeviceName}
  • Operation Id: EdgeDevices_Get
  • Default Api Version: 2024-04-01
  • Resource: HciEdgeDeviceResource
public static Azure.Response<Azure.ResourceManager.Hci.HciEdgeDeviceResource> GetHciEdgeDevice (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string edgeDeviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetHciEdgeDevice : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.HciEdgeDeviceResource>
<Extension()>
Public Function GetHciEdgeDevice (client As ArmClient, scope As ResourceIdentifier, edgeDeviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HciEdgeDeviceResource)

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

edgeDeviceName
String

Name of Device.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or edgeDeviceName is null.

edgeDeviceName is an empty string, and was expected to be non-empty.

Applies to