MockableHciResourceGroupResource.GetEdgeMachineAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get an edge machine.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/edgeMachines/{edgeMachineName}.
- Operation Id. : EdgeMachines_Get.
- Default Api Version. : 2026-04-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.EdgeMachineResource>> GetEdgeMachineAsync(string edgeMachineName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeMachineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.EdgeMachineResource>>
override this.GetEdgeMachineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.EdgeMachineResource>>
Public Overridable Function GetEdgeMachineAsync (edgeMachineName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeMachineResource))
Parameters
- edgeMachineName
- String
Name of Device.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
edgeMachineName is null.
edgeMachineName is an empty string, and was expected to be non-empty.