Class OperationInner
java.lang.Object
com.azure.resourcemanager.servicebus.fluent.models.OperationInner
A ServiceBus REST API operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplay()Get the display property: The object that represents the operation.name()Get the name property: Operation name: {provider}/{resource}/{operation}.voidvalidate()Validates the instance.withDisplay(OperationDisplay display) Set the display property: The object that represents the operation.
-
Constructor Details
-
OperationInner
public OperationInner()
-
-
Method Details
-
name
Get the name property: Operation name: {provider}/{resource}/{operation}.- Returns:
- the name value.
-
display
Get the display property: The object that represents the operation.- Returns:
- the display value.
-
withDisplay
Set the display property: The object that represents the operation.- Parameters:
display- the display value to set.- Returns:
- the OperationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-