OperationValueInner Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridcompute.fluent.models.OperationValueInner

public final class OperationValueInner

Describes the properties of a Compute Operation value.

Constructor Summary

Constructor Description
OperationValueInner()

Creates an instance of OperationValueInner class.

Method Summary

Modifier and Type Method and Description
OperationValueDisplay display()

Get the display property: Display properties.

Boolean isDataAction()

Get the isDataAction property: This property indicates if the operation is an action or a data action.

String name()

Get the name property: The name of the compute operation.

String origin()

Get the origin property: The origin of the compute operation.

void validate()

Validates the instance.

OperationValueInner withDisplay(OperationValueDisplay display)

Set the display property: Display properties.

Methods inherited from java.lang.Object

Constructor Details

OperationValueInner

public OperationValueInner()

Creates an instance of OperationValueInner class.

Method Details

display

public OperationValueDisplay display()

Get the display property: Display properties.

Returns:

the display value.

isDataAction

public Boolean isDataAction()

Get the isDataAction property: This property indicates if the operation is an action or a data action.

Returns:

the isDataAction value.

name

public String name()

Get the name property: The name of the compute operation.

Returns:

the name value.

origin

public String origin()

Get the origin property: The origin of the compute operation.

Returns:

the origin value.

validate

public void validate()

Validates the instance.

withDisplay

public OperationValueInner withDisplay(OperationValueDisplay display)

Set the display property: Display properties.

Parameters:

display - the display value to set.

Returns:

the OperationValueInner object itself.

Applies to