Uses of Class
com.azure.resourcemanager.costmanagement.models.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
Modifier and TypeMethodDescriptionScheduledActionInner.withKind
(ScheduledActionKind kind) Set the kind property: Kind of the scheduled action. -
Uses of ScheduledActionKind in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final ScheduledActionKind
ScheduledActionKind.EMAIL
Static value Email for ScheduledActionKind.static final ScheduledActionKind
ScheduledActionKind.INSIGHT_ALERT
Static value InsightAlert for ScheduledActionKind.Modifier and TypeMethodDescriptionstatic ScheduledActionKind
ScheduledActionKind.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.Modifier and TypeMethodDescriptionstatic Collection<ScheduledActionKind>
ScheduledActionKind.values()
Gets known ScheduledActionKind values.Modifier 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.