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 claimed |
|
abstract
Virtual |
connectionProfile()
Gets the connection |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Virtual |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Virtual |
state()
Gets the state property: The current state of the virtual machine. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
|
abstract
Virtual |
vmType()
Gets the vm |
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:
connectionProfile
public abstract VirtualMachineConnectionProfile connectionProfile()
Gets the connectionProfile property: Profile for information about connecting to the virtual machine.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract VirtualMachineInner innerModel()
Gets the inner com.azure.resourcemanager.labservices.fluent.models.VirtualMachineInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Current provisioning state of the virtual machine.
Returns:
state
public abstract VirtualMachineState state()
Gets the state property: The current state of the virtual machine.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: System data of the Lab virtual machine.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
vmType
public abstract VirtualMachineType vmType()
Gets the vmType property: The type of this VM resource.
Returns: