VirtualMachineScaleSetsOperationsExtensions.Get Method

Definition

Display information about a virtual machine scale set.

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

Parameters

operations
IVirtualMachineScaleSetsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

vmScaleSetName
String

The name of the VM scale set.

expand
String

The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation. Possible values include: 'userData'

Returns

Applies to