Interface Operation
public interface Operation
An immutable client-side representation of Operation.
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()Gets the display property: The object that describes the operation.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OperationInner object.name()Gets the name property: Operation name: {provider}/{resource}/{operation}.origin()Gets the origin property: The operation origin.Gets the properties property: The operation properties.
-
Method Details
-
name
String name()Gets the name property: Operation name: {provider}/{resource}/{operation}.- Returns:
- the name value.
-
display
OperationDisplay display()Gets the display property: The object that describes the operation.- Returns:
- the display value.
-
origin
String origin()Gets the origin property: The operation origin.- Returns:
- the origin value.
-
properties
Object properties()Gets the properties property: The operation properties.- Returns:
- the properties value.
-
innerModel
OperationInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OperationInner object.- Returns:
- the inner object.
-