Uses of Class
com.azure.resourcemanager.costmanagement.models.ScheduledActionStatus
Packages that use ScheduledActionStatus
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ScheduledActionStatus in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ScheduledActionStatusModifier and TypeMethodDescriptionScheduledActionInner.status()Get the status property: Status of the scheduled action.ScheduledActionProperties.status()Get the status property: Status of the scheduled action.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ScheduledActionStatusModifier and TypeMethodDescriptionScheduledActionInner.withStatus(ScheduledActionStatus status) Set the status property: Status of the scheduled action.ScheduledActionProperties.withStatus(ScheduledActionStatus status) Set the status property: Status of the scheduled action. -
Uses of ScheduledActionStatus in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ScheduledActionStatusModifier and TypeFieldDescriptionstatic final ScheduledActionStatusScheduledActionStatus.DISABLEDStatic value Disabled for ScheduledActionStatus.static final ScheduledActionStatusScheduledActionStatus.ENABLEDStatic value Enabled for ScheduledActionStatus.static final ScheduledActionStatusScheduledActionStatus.EXPIREDStatic value Expired for ScheduledActionStatus.Methods in com.azure.resourcemanager.costmanagement.models that return ScheduledActionStatusModifier and TypeMethodDescriptionstatic ScheduledActionStatusScheduledActionStatus.fromString(String name) Creates or finds a ScheduledActionStatus from its string representation.ScheduledAction.status()Gets the status property: Status of the scheduled action.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ScheduledActionStatusModifier and TypeMethodDescriptionstatic Collection<ScheduledActionStatus>ScheduledActionStatus.values()Gets known ScheduledActionStatus values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ScheduledActionStatusModifier and TypeMethodDescriptionScheduledAction.DefinitionStages.WithStatus.withStatus(ScheduledActionStatus status) Specifies the status property: Status of the scheduled action..ScheduledAction.UpdateStages.WithStatus.withStatus(ScheduledActionStatus status) Specifies the status property: Status of the scheduled action..