Uses of Class
com.azure.resourcemanager.costmanagement.models.CostDetailsStatusType
Packages that use CostDetailsStatusType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of CostDetailsStatusType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return CostDetailsStatusTypeModifier and TypeMethodDescriptionCostDetailsOperationResultsInner.status()Get the status property: The status of the cost details operation.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type CostDetailsStatusTypeModifier and TypeMethodDescriptionCostDetailsOperationResultsInner.withStatus(CostDetailsStatusType status) Set the status property: The status of the cost details operation. -
Uses of CostDetailsStatusType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as CostDetailsStatusTypeModifier and TypeFieldDescriptionstatic final CostDetailsStatusTypeCostDetailsStatusType.COMPLETEDStatic value Completed for CostDetailsStatusType.static final CostDetailsStatusTypeCostDetailsStatusType.FAILEDStatic value Failed for CostDetailsStatusType.static final CostDetailsStatusTypeCostDetailsStatusType.NO_DATA_FOUNDStatic value NoDataFound for CostDetailsStatusType.Methods in com.azure.resourcemanager.costmanagement.models that return CostDetailsStatusTypeModifier and TypeMethodDescriptionstatic CostDetailsStatusTypeCostDetailsStatusType.fromString(String name) Creates or finds a CostDetailsStatusType from its string representation.CostDetailsOperationResults.status()Gets the status property: The status of the cost details operation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type CostDetailsStatusTypeModifier and TypeMethodDescriptionstatic Collection<CostDetailsStatusType>CostDetailsStatusType.values()Gets known CostDetailsStatusType values.