NodeVMExtension Class

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

public class NodeVMExtension

The configuration for virtual machine extension instance view.

Constructor Summary

Constructor Description
NodeVMExtension()

Method Summary

Modifier and Type Method and Description
VMExtensionInstanceView instanceView()

Get the instanceView value.

String provisioningState()

Get the provisioningState value.

VMExtension vmExtension()

Get the vmExtension value.

NodeVMExtension withInstanceView(VMExtensionInstanceView instanceView)

Set the instanceView value.

NodeVMExtension withProvisioningState(String provisioningState)

Set the provisioningState value.

NodeVMExtension withVmExtension(VMExtension vmExtension)

Set the vmExtension value.

Methods inherited from java.lang.Object

Constructor Details

NodeVMExtension

public NodeVMExtension()

Method Details

instanceView

public VMExtensionInstanceView instanceView()

Get the instanceView value.

Returns:

the instanceView value

provisioningState

public String provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

vmExtension

public VMExtension vmExtension()

Get the vmExtension value.

Returns:

the vmExtension value

withInstanceView

public NodeVMExtension withInstanceView(VMExtensionInstanceView instanceView)

Set the instanceView value.

Parameters:

instanceView - the instanceView value to set

Returns:

the NodeVMExtension object itself.

withProvisioningState

public NodeVMExtension withProvisioningState(String provisioningState)

Set the provisioningState value.

Parameters:

provisioningState - the provisioningState value to set

Returns:

the NodeVMExtension object itself.

withVmExtension

public NodeVMExtension withVmExtension(VMExtension vmExtension)

Set the vmExtension value.

Parameters:

vmExtension - the vmExtension value to set

Returns:

the NodeVMExtension object itself.

Applies to