Class CostManagementOperationInner
java.lang.Object
com.azure.resourcemanager.costmanagement.models.Operation
com.azure.resourcemanager.costmanagement.fluent.models.CostManagementOperationInner
A Cost management REST API operation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CostManagementOperationInner class. -
Method Summary
Modifier and TypeMethodDescriptionid()
Get the id property: Operation id: {provider}/{resource}/{operation}.void
validate()
Validates the instance.withDisplay
(OperationDisplay display) Set the display property: Localized display information for this particular operation.Methods inherited from class com.azure.resourcemanager.costmanagement.models.Operation
actionType, display, isDataAction, name, origin
-
Constructor Details
-
CostManagementOperationInner
public CostManagementOperationInner()Creates an instance of CostManagementOperationInner class.
-
-
Method Details
-
id
Get the id property: Operation id: {provider}/{resource}/{operation}.- Returns:
- the id value.
-
withDisplay
Set the display property: Localized display information for this particular operation.- Overrides:
withDisplay
in classOperation
- Parameters:
display
- the display value to set.- Returns:
- the Operation object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classOperation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-