HybridComputeExtensions.GetHybridComputeMachineAsync Method

Definition

Retrieves information about the model view or the instance view of a hybrid machine.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}
  • Operation Id: Machines_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeMachineResource>> GetHybridComputeMachineAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string machineName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetHybridComputeMachineAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeMachineResource>>
<Extension()>
Public Function GetHybridComputeMachineAsync (resourceGroupResource As ResourceGroupResource, machineName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridComputeMachineResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

machineName
String

The name of the hybrid machine.

expand
String

The expand expression to apply on the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or machineName is null.

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

Applies to