Operation Interface
public interface Operation
An immutable client-side representation of Operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
display()
Gets the display property: The object that describes a operation. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: Name of the operation with format: {provider}/{resource}/{operation}. |
| abstract String |
origin()
Gets the origin property: Optional. |
|
abstract
Operation |
properties()
Gets the properties property: Extra Operation properties. |
Method Details
display
public abstract OperationDisplay display()
Gets the display property: The object that describes a operation.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.OperationInner object.
Returns:
isDataAction
public abstract Boolean isDataAction()
Gets the isDataAction property: If the operation is a data action. (for data plane rbac).
Returns:
name
public abstract String name()
Gets the name property: Name of the operation with format: {provider}/{resource}/{operation}.
Returns:
origin
public abstract String origin()
Gets the origin property: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
Returns:
properties
public abstract OperationProperties properties()
Gets the properties property: Extra Operation properties.
Returns: