Compartir vía


VirtualMachineExtensionHandlerInstanceView Class

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

public class VirtualMachineExtensionHandlerInstanceView

The instance view of a virtual machine extension handler.

Method Summary

Modifier and Type Method and Description
InstanceViewStatus status()

Get the status value.

String type()

Get the type value.

String typeHandlerVersion()

Get the typeHandlerVersion value.

VirtualMachineExtensionHandlerInstanceView withStatus(InstanceViewStatus status)

Set the status value.

VirtualMachineExtensionHandlerInstanceView withType(String type)

Set the type value.

VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion(String typeHandlerVersion)

Set the typeHandlerVersion value.

Method Details

status

public InstanceViewStatus status()

Get the status value.

Returns:

the status value

type

public String type()

Get the type value.

Returns:

the type value

typeHandlerVersion

public String typeHandlerVersion()

Get the typeHandlerVersion value.

Returns:

the typeHandlerVersion value

withStatus

public VirtualMachineExtensionHandlerInstanceView withStatus(InstanceViewStatus status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the VirtualMachineExtensionHandlerInstanceView object itself.

withType

public VirtualMachineExtensionHandlerInstanceView withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the VirtualMachineExtensionHandlerInstanceView object itself.

withTypeHandlerVersion

public VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion(String typeHandlerVersion)

Set the typeHandlerVersion value.

Parameters:

typeHandlerVersion - the typeHandlerVersion value to set

Returns:

the VirtualMachineExtensionHandlerInstanceView object itself.

Applies to