VirtualMachine Interface

public interface VirtualMachine

An immutable client-side representation of VirtualMachine.

Method Summary

Modifier and Type Method and Description
abstract String claimedByUserId()

Gets the claimedByUserId property: The lab user ID (not the PUID!) of who claimed the virtual machine.

abstract VirtualMachineConnectionProfile connectionProfile()

Gets the connectionProfile property: Profile for information about connecting to the virtual machine.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract VirtualMachineInner innerModel()

Gets the inner com.azure.resourcemanager.labservices.fluent.models.VirtualMachineInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Current provisioning state of the virtual machine.

abstract VirtualMachineState state()

Gets the state property: The current state of the virtual machine.

abstract SystemData systemData()

Gets the systemData property: System data of the Lab virtual machine.

abstract String type()

Gets the type property: The type of the resource.

abstract VirtualMachineType vmType()

Gets the vmType property: The type of this VM resource.

Method Details

claimedByUserId

public abstract String claimedByUserId()

Gets the claimedByUserId property: The lab user ID (not the PUID!) of who claimed the virtual machine.

Returns:

the claimedByUserId value.

connectionProfile

public abstract VirtualMachineConnectionProfile connectionProfile()

Gets the connectionProfile property: Profile for information about connecting to the virtual machine.

Returns:

the connectionProfile value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract VirtualMachineInner innerModel()

Gets the inner com.azure.resourcemanager.labservices.fluent.models.VirtualMachineInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Current provisioning state of the virtual machine.

Returns:

the provisioningState value.

state

public abstract VirtualMachineState state()

Gets the state property: The current state of the virtual machine.

Returns:

the state value.

systemData

public abstract SystemData systemData()

Gets the systemData property: System data of the Lab virtual machine.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

vmType

public abstract VirtualMachineType vmType()

Gets the vmType property: The type of this VM resource.

Returns:

the vmType value.

Applies to