Uses of Class
com.azure.resourcemanager.costmanagement.models.ScheduledActionKind
Packages that use ScheduledActionKind
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ScheduledActionKind in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ScheduledActionKindModifier and TypeMethodDescriptionScheduledActionInner.withKind(ScheduledActionKind kind) Set the kind property: Kind of the scheduled action. -
Uses of ScheduledActionKind in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ScheduledActionKindModifier and TypeFieldDescriptionstatic final ScheduledActionKindScheduledActionKind.EMAILStatic value Email for ScheduledActionKind.static final ScheduledActionKindScheduledActionKind.INSIGHT_ALERTStatic value InsightAlert for ScheduledActionKind.Methods in com.azure.resourcemanager.costmanagement.models that return ScheduledActionKindModifier and TypeMethodDescriptionstatic ScheduledActionKindScheduledActionKind.fromString(String name) Creates or finds a ScheduledActionKind from its string representation.ScheduledAction.kind()Gets the kind property: Kind of the scheduled action.ScheduledActionProxyResource.kind()Get the kind property: Kind of the scheduled action.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ScheduledActionKindModifier and TypeMethodDescriptionstatic Collection<ScheduledActionKind>ScheduledActionKind.values()Gets known ScheduledActionKind values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ScheduledActionKindModifier and TypeMethodDescriptionScheduledAction.DefinitionStages.WithKind.withKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..ScheduledAction.UpdateStages.WithKind.withKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..ScheduledActionProxyResource.withKind(ScheduledActionKind kind) Set the kind property: Kind of the scheduled action.