VMExtensionInstanceView Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.VMExtensionInstanceView

public class VMExtensionInstanceView

The vm extension instance view.

Constructor Summary

Constructor Description
VMExtensionInstanceView()

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

List<InstanceViewStatus> statuses()

Get the resource status information.

List<InstanceViewStatus> subStatuses()

Get the resource status information.

VMExtensionInstanceView withName(String name)

Set the name value.

VMExtensionInstanceView withStatuses(List<InstanceViewStatus> statuses)

Set the resource status information.

VMExtensionInstanceView withSubStatuses(List<InstanceViewStatus> subStatuses)

Set the resource status information.

Methods inherited from java.lang.Object

Constructor Details

VMExtensionInstanceView

public VMExtensionInstanceView()

Method Details

name

public String name()

Get the name value.

Returns:

the name value

statuses

public List statuses()

Get the resource status information.

Returns:

the statuses value

subStatuses

public List subStatuses()

Get the resource status information.

Returns:

the subStatuses value

withName

public VMExtensionInstanceView withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the VMExtensionInstanceView object itself.

withStatuses

public VMExtensionInstanceView withStatuses(List statuses)

Set the resource status information.

Parameters:

statuses - the statuses value to set

Returns:

the VMExtensionInstanceView object itself.

withSubStatuses

public VMExtensionInstanceView withSubStatuses(List subStatuses)

Set the resource status information.

Parameters:

subStatuses - the subStatuses value to set

Returns:

the VMExtensionInstanceView object itself.

Applies to