VM Class

  • java.lang.Object
    • com.microsoft.azure.ProxyResource
      • com.microsoft.azure.Resource
        • com.microsoft.azure.management.network.VM

public class VM
extends com.microsoft.azure.Resource

Describes a Virtual Machine.

Constructor Summary

Constructor Description
VM()

Method Summary

Modifier and Type Method and Description
java.lang.String id()

Get resource ID.

VM withId(String id)

Set resource ID.

Methods inherited from com.microsoft.azure.ProxyResource

com.microsoft.azure.ProxyResource.id com.microsoft.azure.ProxyResource.name com.microsoft.azure.ProxyResource.type

Methods inherited from com.microsoft.azure.Resource

com.microsoft.azure.Resource.getTags com.microsoft.azure.Resource.location com.microsoft.azure.Resource.withLocation com.microsoft.azure.Resource.withTags

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VM

public VM()

Method Details

id

public String id()

Get resource ID.

Overrides:

VM.id()

Returns:

the id value

withId

public VM withId(String id)

Set resource ID.

Parameters:

id - the id value to set

Returns:

the VM object itself.

Applies to