OperationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.hanaonazure.fluent.models.OperationInner

public final class OperationInner

HANA operation information.

Constructor Summary

Constructor Description
OperationInner()

Creates an instance of OperationInner class.

Method Summary

Modifier and Type Method and Description
Display display()

Get the display property: Displayed HANA operation information.

Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation applies to data-plane.

String name()

Get the name property: The name of the operation being performed on this particular object.

void validate()

Validates the instance.

OperationInner withDisplay(Display display)

Set the display property: Displayed HANA operation information.

Methods inherited from java.lang.Object

Constructor Details

OperationInner

public OperationInner()

Creates an instance of OperationInner class.

Method Details

display

public Display display()

Get the display property: Displayed HANA operation information.

Returns:

the display value.

isDataAction

public Boolean isDataAction()

Get the isDataAction property: Indicates whether the operation applies to data-plane.

Returns:

the isDataAction value.

name

public String name()

Get the name property: The name of the operation being performed on this particular object. This name should match the action name that appears in RBAC / the event service.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withDisplay

public OperationInner withDisplay(Display display)

Set the display property: Displayed HANA operation information.

Parameters:

display - the display value to set.

Returns:

the OperationInner object itself.

Applies to