ApiOperation Interface
public interface ApiOperation
An immutable client-side representation of ApiOperation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Api |
display()
Gets the display property: The object that represents the operation. |
|
abstract
Api |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: Operation name: {provider}/{resource}/{operation}. |
| abstract String |
origin()
Gets the origin property: Origin of the operation. |
|
abstract
Api |
serviceSpecification()
Gets the service |
Method Details
display
public abstract ApiOperationDisplay display()
Gets the display property: The object that represents the operation.
Returns:
innerModel
public abstract ApiOperationInner innerModel()
Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ApiOperationInner object.
Returns:
isDataAction
public abstract Boolean isDataAction()
Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.
Returns:
name
public abstract String name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
origin
public abstract String origin()
Gets the origin property: Origin of the operation.
Returns:
serviceSpecification
public abstract ApiOperationPropertiesServiceSpecification serviceSpecification()
Gets the serviceSpecification property: Specification of the all the metrics provided for a resource type.
Returns: