Class OperationInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.OperationInner
Automation REST API operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display property: Provider, Resource and Operation values.name()
Get the name property: Operation name: {provider}/{resource}/{operation}.void
validate()
Validates the instance.withDisplay
(OperationDisplay display) Set the display property: Provider, Resource and Operation values.Set the name property: Operation name: {provider}/{resource}/{operation}.
-
Constructor Details
-
OperationInner
public OperationInner()
-
-
Method Details
-
name
Get the name property: Operation name: {provider}/{resource}/{operation}.- Returns:
- the name value.
-
withName
Set the name property: Operation name: {provider}/{resource}/{operation}.- Parameters:
name
- the name value to set.- Returns:
- the OperationInner object itself.
-
display
Get the display property: Provider, Resource and Operation values.- Returns:
- the display value.
-
withDisplay
Set the display property: Provider, Resource and Operation values.- 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.
-