Class OperationInner
java.lang.Object
com.azure.resourcemanager.digitaltwins.fluent.models.OperationInner
DigitalTwins service REST API operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display property: Operation properties display.Get the isDataAction property: If the operation is a data action (for data plane rbac).name()
Get the name property: Operation name: {provider}/{resource}/{read | write | action | delete}.origin()
Get the origin property: The intended executor of the operation.Get the properties property: Operation properties.void
validate()
Validates the instance.withDisplay
(OperationDisplay display) Set the display property: Operation properties display.
-
Constructor Details
-
OperationInner
public OperationInner()
-
-
Method Details
-
name
Get the name property: Operation name: {provider}/{resource}/{read | write | action | delete}.- Returns:
- the name value.
-
display
Get the display property: Operation properties display.- Returns:
- the display value.
-
withDisplay
Set the display property: Operation properties display.- Parameters:
display
- the display value to set.- Returns:
- the OperationInner object itself.
-
origin
Get the origin property: The intended executor of the operation.- Returns:
- the origin value.
-
isDataAction
Get the isDataAction property: If the operation is a data action (for data plane rbac).- Returns:
- the isDataAction value.
-
properties
Get the properties property: Operation properties.- Returns:
- the properties value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-