Interface OperationDetail
-
public interface OperationDetail
An immutable client-side representation of OperationDetail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationDisplay
display()
Gets the display property: Display of the operation.OperationDetailInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.OperationDetailInner object.Boolean
isDataAction()
Gets the isDataAction property: Indicates whether the operation is a data action.String
name()
Gets the name property: Name of the operation.String
origin()
Gets the origin property: Origin of the operation.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Name of the operation.- Returns:
- the name value.
-
isDataAction
Boolean isDataAction()
Gets the isDataAction property: Indicates whether the operation is a data action.- Returns:
- the isDataAction value.
-
display
OperationDisplay display()
Gets the display property: Display of the operation.- Returns:
- the display value.
-
origin
String origin()
Gets the origin property: Origin of the operation.- Returns:
- the origin value.
-
innerModel
OperationDetailInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.OperationDetailInner object.- Returns:
- the inner object.
-
-