Interface Operation
-
public interface OperationAn immutable client-side representation of Operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationInfodisplay()Gets the display property: Display name of the operation.OperationInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.OperationInner object.Stringname()Gets the name property: Name of the operation.Stringorigin()Gets the origin property: Origin of the operation.Objectproperties()Gets the properties property: Properties of the operation.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Name of the operation.- Returns:
- the name value.
-
display
OperationInfo display()
Gets the display property: Display name of the operation.- Returns:
- the display value.
-
origin
String origin()
Gets the origin property: Origin of the operation.- Returns:
- the origin value.
-
properties
Object properties()
Gets the properties property: Properties of the operation.- Returns:
- the properties value.
-
innerModel
OperationInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.OperationInner object.- Returns:
- the inner object.
-
-