VirtualMachineExtensionInstanceView Class

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

public class VirtualMachineExtensionInstanceView

The instance view of a virtual machine extension.

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

List<InstanceViewStatus> statuses()

Get the statuses value.

List<InstanceViewStatus> substatuses()

Get the substatuses value.

String type()

Get the type value.

String typeHandlerVersion()

Get the typeHandlerVersion value.

VirtualMachineExtensionInstanceView withName(String name)

Set the name value.

VirtualMachineExtensionInstanceView withStatuses(List<InstanceViewStatus> statuses)

Set the statuses value.

VirtualMachineExtensionInstanceView withSubstatuses(List<InstanceViewStatus> substatuses)

Set the substatuses value.

VirtualMachineExtensionInstanceView withType(String type)

Set the type value.

VirtualMachineExtensionInstanceView withTypeHandlerVersion(String typeHandlerVersion)

Set the typeHandlerVersion value.

Method Details

name

public String name()

Get the name value.

Returns:

the name value

statuses

public List statuses()

Get the statuses value.

Returns:

the statuses value

substatuses

public List substatuses()

Get the substatuses value.

Returns:

the substatuses 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

withName

public VirtualMachineExtensionInstanceView withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the VirtualMachineExtensionInstanceView object itself.

withStatuses

public VirtualMachineExtensionInstanceView withStatuses(List statuses)

Set the statuses value.

Parameters:

statuses - the statuses value to set

Returns:

the VirtualMachineExtensionInstanceView object itself.

withSubstatuses

public VirtualMachineExtensionInstanceView withSubstatuses(List substatuses)

Set the substatuses value.

Parameters:

substatuses - the substatuses value to set

Returns:

the VirtualMachineExtensionInstanceView object itself.

withType

public VirtualMachineExtensionInstanceView withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the VirtualMachineExtensionInstanceView object itself.

withTypeHandlerVersion

public VirtualMachineExtensionInstanceView withTypeHandlerVersion(String typeHandlerVersion)

Set the typeHandlerVersion value.

Parameters:

typeHandlerVersion - the typeHandlerVersion value to set

Returns:

the VirtualMachineExtensionInstanceView object itself.

Applies to