Class VirtualMachineExtensionHandlerInstanceView

java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineExtensionHandlerInstanceView

public class VirtualMachineExtensionHandlerInstanceView extends Object
The instance view of a virtual machine extension handler.
  • Constructor Details

    • VirtualMachineExtensionHandlerInstanceView

      public VirtualMachineExtensionHandlerInstanceView()
  • Method Details

    • type

      public String type()
      Get specifies the type of the extension; an example is "CustomScriptExtension".
      Returns:
      the type value
    • withType

      Set specifies the type of the extension; an example is "CustomScriptExtension".
      Parameters:
      type - the type value to set
      Returns:
      the VirtualMachineExtensionHandlerInstanceView object itself.
    • typeHandlerVersion

      public String typeHandlerVersion()
      Get specifies the version of the script handler.
      Returns:
      the typeHandlerVersion value
    • withTypeHandlerVersion

      public VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion(String typeHandlerVersion)
      Set specifies the version of the script handler.
      Parameters:
      typeHandlerVersion - the typeHandlerVersion value to set
      Returns:
      the VirtualMachineExtensionHandlerInstanceView object itself.
    • status

      public InstanceViewStatus status()
      Get the extension handler status.
      Returns:
      the status value
    • withStatus

      Set the extension handler status.
      Parameters:
      status - the status value to set
      Returns:
      the VirtualMachineExtensionHandlerInstanceView object itself.