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

    Constructors
    Constructor
    Description
    VM()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Get resource ID.
    Set resource ID.

    Methods inherited from class com.microsoft.azure.Resource

    getTags, location, withLocation, withTags

    Methods inherited from class com.microsoft.azure.ProxyResource

    name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VM

      public VM()
  • Method Details

    • id

      public String id()
      Get resource ID.
      Overrides:
      id in class com.microsoft.azure.ProxyResource
      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.