Share via


Operation Interface

public interface Operation

An immutable client-side representation of Operation.

Method Summary

Modifier and Type Method and Description
abstract ActionType actionType()

Gets the actionType property: Extensible enum.

abstract OperationDisplay display()

Gets the display property: Localized display information for this particular operation.

abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.devopsinfrastructure.fluent.models.OperationInner object.

abstract Boolean isDataAction()

Gets the isDataAction property: Whether the operation applies to data-plane.

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:

the actionType value.

display

public abstract OperationDisplay display()

Gets the display property: Localized display information for this particular operation.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.devopsinfrastructure.fluent.models.OperationInner object.

Returns:

the inner object.

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:

the isDataAction value.

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:

the name value.

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:

the origin value.

Applies to