Interface CostManagementOperation
public interface CostManagementOperation
An immutable client-side representation of CostManagementOperation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the actionType property: Enum.display()
Gets the display property: Localized display information for this particular operation.id()
Gets the id property: Operation id: {provider}/{resource}/{operation}.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CostManagementOperationInner object.Gets the isDataAction property: Whether the operation applies to data-plane.name()
Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC).origin()
Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
-
Method Details
-
name
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.
-
isDataAction
Boolean isDataAction()Gets the isDataAction property: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.- Returns:
- the isDataAction value.
-
display
OperationDisplay display()Gets the display property: Localized display information for this particular operation.- Returns:
- the display value.
-
origin
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.
-
actionType
ActionType actionType()Gets the actionType property: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.- Returns:
- the actionType value.
-
id
String id()Gets the id property: Operation id: {provider}/{resource}/{operation}.- Returns:
- the id value.
-
innerModel
CostManagementOperationInner innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CostManagementOperationInner object.- Returns:
- the inner object.
-