Skip to main content

scheduled_actions

Overview

Namescheduled_actions
TypeResource
Idazure.cost_management.scheduled_actions

Fields

NameDatatypeDescription
eTagstringResource Etag. For update calls, eTag is optional and can be specified to achieve optimistic concurrency. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required.
kindstringKind of the scheduled action.
propertiesobjectThe properties of the scheduled action.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnameGet the private scheduled action by name.
listSELECTList all private scheduled actions.
list_by_scopeSELECTscopeList all shared scheduled actions within the given scope.
create_or_updateINSERTnameCreate or update a private scheduled action.
deleteDELETEnameDelete a private scheduled action.
delete_by_scopeDELETEname, scopeDelete a scheduled action within the given scope.
_listEXECList all private scheduled actions.
_list_by_scopeEXECscopeList all shared scheduled actions within the given scope.
check_name_availabilityEXECChecks availability and correctness of the name for a scheduled action.
check_name_availability_by_scopeEXECscopeChecks availability and correctness of the name for a scheduled action within the given scope.
create_or_update_by_scopeEXECname, scopeCreate or update a shared scheduled action within the given scope.
get_by_scopeEXECname, scopeGet the shared scheduled action from the given scope by name.
runEXECnameProcesses a private scheduled action.
run_by_scopeEXECname, scopeRuns a shared scheduled action within the given scope.