다음을 통해 공유


MachinesOperationsExtensions.Get Method

Definition

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

public static Microsoft.Azure.Management.HybridCompute.Models.Machine Get (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, string resourceGroupName, string name, string expand = default);
static member Get : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * string * string * string -> Microsoft.Azure.Management.HybridCompute.Models.Machine
<Extension()>
Public Function Get (operations As IMachinesOperations, resourceGroupName As String, name As String, Optional expand As String = Nothing) As Machine

Parameters

operations
IMachinesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

name
String

The name of the hybrid machine.

expand
String

The expand expression to apply on the operation. Possible values include: 'instanceView'

Returns

Applies to