Operation Interface
public interface Operation
An immutable client-side representation of Operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Action |
actionType()
Gets the action |
|
abstract
Operation |
display()
Gets the display property: Localized display information for this particular operation. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC). |
| abstract Origin |
origin()
Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. |
Method Details
actionType
public abstract ActionType actionType()
Gets the actionType property: Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
Returns:
display
public abstract OperationDisplay display()
Gets the display property: Localized display information for this particular operation.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.devopsinfrastructure.fluent.models.OperationInner object.
Returns:
isDataAction
public abstract Boolean isDataAction()
Gets the isDataAction property: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations.
Returns:
name
public abstract String name()
Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action".
Returns:
origin
public abstract Origin origin()
Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system".
Returns: