VirtualMachinesOperationsExtensions.Get 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.
public static Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachine Get (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InstanceViewTypes? expand = default);
static member Get : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachinesOperations * string * string * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.InstanceViewTypes> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachine
<Extension()>
Public Function Get (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing) As VirtualMachine
Parameters
- operations
- IVirtualMachinesOperations
- resourceGroupName
- String
- vmName
- String
- expand
- Nullable<InstanceViewTypes>