Uses of Interface
com.azure.resourcemanager.costmanagement.models.ScheduledAction
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ScheduledAction in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionScheduledAction.Update.apply()
Executes the update request.ScheduledAction.Update.apply
(com.azure.core.util.Context context) Executes the update request.ScheduledAction.DefinitionStages.WithCreate.create()
Executes the create request.ScheduledAction.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.ScheduledActions.createOrUpdate
(String name, ScheduledActionInner scheduledAction) Create or update a private scheduled action.Get the private scheduled action by name.Get the shared scheduled action from the given scope by name.ScheduledActions.getByScope
(String scope, String name) Get the shared scheduled action from the given scope by name.ScheduledAction.refresh()
Refreshes the resource to sync with Azure.ScheduledAction.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ScheduledAction>
ScheduledActions.createOrUpdateWithResponse
(String name, ScheduledActionInner scheduledAction, com.azure.core.util.Context context) Create or update a private scheduled action.com.azure.core.http.rest.Response<ScheduledAction>
ScheduledActions.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get the shared scheduled action from the given scope by name.com.azure.core.http.rest.Response<ScheduledAction>
ScheduledActions.getByScopeWithResponse
(String scope, String name, com.azure.core.util.Context context) Get the shared scheduled action from the given scope by name.com.azure.core.http.rest.Response<ScheduledAction>
ScheduledActions.getWithResponse
(String name, com.azure.core.util.Context context) Get the private scheduled action by name.com.azure.core.http.rest.PagedIterable<ScheduledAction>
ScheduledActions.list()
List all private scheduled actions.com.azure.core.http.rest.PagedIterable<ScheduledAction>
List all private scheduled actions.com.azure.core.http.rest.PagedIterable<ScheduledAction>
ScheduledActions.listByScope
(String scope) List all shared scheduled actions within the given scope.com.azure.core.http.rest.PagedIterable<ScheduledAction>
ScheduledActions.listByScope
(String scope, String filter, com.azure.core.util.Context context) List all shared scheduled actions within the given scope.