VirtualMachineInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. labservices. fluent. models. VirtualMachineInner
- com.
- com.
public final class VirtualMachineInner
extends ProxyResource
A lab virtual machine resource.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualMachineInner() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
claimedByUserId()
Get the claimed |
|
Virtual |
connectionProfile()
Get the connection |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Virtual |
state()
Get the state property: The current state of the virtual machine. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Virtual |
vmType()
Get the vm |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineInner
public VirtualMachineInner()
Creates an instance of VirtualMachineInner class.
Method Details
claimedByUserId
public String claimedByUserId()
Get the claimedByUserId property: The lab user ID (not the PUID!) of who claimed the virtual machine.
Returns:
connectionProfile
public VirtualMachineConnectionProfile connectionProfile()
Get the connectionProfile property: Profile for information about connecting to the virtual machine.
Returns:
fromJson
public static VirtualMachineInner fromJson(JsonReader jsonReader)
Reads an instance of VirtualMachineInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
VirtualMachineInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
VirtualMachineInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Current provisioning state of the virtual machine.
Returns:
state
public VirtualMachineState state()
Get the state property: The current state of the virtual machine.
Returns:
systemData
public SystemData systemData()
Get the systemData property: System data of the Lab virtual machine.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VirtualMachineInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
VirtualMachineInner.type()Returns:
validate
public void validate()
Validates the instance.
vmType
public VirtualMachineType vmType()
Get the vmType property: The type of this VM resource.
Returns: