Uses of Class
com.azure.resourcemanager.costmanagement.models.StatusType
Packages that use StatusType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of StatusType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as StatusTypeModifier and TypeFieldDescriptionstatic final StatusTypeStatusType.ACTIVEStatic value Active for StatusType.static final StatusTypeStatusType.INACTIVEStatic value Inactive for StatusType.Methods in com.azure.resourcemanager.costmanagement.models that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeStatusType.fromString(String name) Creates or finds a StatusType from its string representation.ExportSchedule.status()Get the status property: The status of the export's schedule.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type StatusTypeModifier and TypeMethodDescriptionstatic Collection<StatusType>StatusType.values()Gets known StatusType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type StatusTypeModifier and TypeMethodDescriptionExportSchedule.withStatus(StatusType status) Set the status property: The status of the export's schedule.