Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ScheduledActionInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ScheduledActionInner in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptionScheduledActionsClient.createOrUpdate
(String name, ScheduledActionInner scheduledAction) Create or update a private scheduled action.ScheduledActionsClient.createOrUpdateByScope
(String scope, String name, ScheduledActionInner scheduledAction) Create or update a shared scheduled action within the given scope.Get the private scheduled action by name.ScheduledActionsClient.getByScope
(String scope, String name) Get the shared scheduled action from the given scope by name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ScheduledActionInner>
ScheduledActionsClient.createOrUpdateByScopeWithResponse
(String scope, String name, ScheduledActionInner scheduledAction, com.azure.core.util.Context context) Create or update a shared scheduled action within the given scope.com.azure.core.http.rest.Response<ScheduledActionInner>
ScheduledActionsClient.createOrUpdateWithResponse
(String name, ScheduledActionInner scheduledAction, com.azure.core.util.Context context) Create or update a private scheduled action.com.azure.core.http.rest.Response<ScheduledActionInner>
ScheduledActionsClient.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<ScheduledActionInner>
ScheduledActionsClient.getWithResponse
(String name, com.azure.core.util.Context context) Get the private scheduled action by name.com.azure.core.http.rest.PagedIterable<ScheduledActionInner>
ScheduledActionsClient.list()
List all private scheduled actions.com.azure.core.http.rest.PagedIterable<ScheduledActionInner>
List all private scheduled actions.com.azure.core.http.rest.PagedIterable<ScheduledActionInner>
ScheduledActionsClient.listByScope
(String scope) List all shared scheduled actions within the given scope.com.azure.core.http.rest.PagedIterable<ScheduledActionInner>
ScheduledActionsClient.listByScope
(String scope, String filter, com.azure.core.util.Context context) List all shared scheduled actions within the given scope.Modifier and TypeMethodDescriptionScheduledActionsClient.createOrUpdate
(String name, ScheduledActionInner scheduledAction) Create or update a private scheduled action.ScheduledActionsClient.createOrUpdateByScope
(String scope, String name, ScheduledActionInner scheduledAction) Create or update a shared scheduled action within the given scope.com.azure.core.http.rest.Response<ScheduledActionInner>
ScheduledActionsClient.createOrUpdateByScopeWithResponse
(String scope, String name, ScheduledActionInner scheduledAction, com.azure.core.util.Context context) Create or update a shared scheduled action within the given scope.com.azure.core.http.rest.Response<ScheduledActionInner>
ScheduledActionsClient.createOrUpdateWithResponse
(String name, ScheduledActionInner scheduledAction, com.azure.core.util.Context context) Create or update a private scheduled action. -
Uses of ScheduledActionInner in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionScheduledActionInner.withDisplayName
(String displayName) Set the displayName property: Scheduled action name.ScheduledActionInner.withFileDestination
(FileDestination fileDestination) Set the fileDestination property: Destination format of the view data.ScheduledActionInner.withKind
(ScheduledActionKind kind) Set the kind property: Kind of the scheduled action.ScheduledActionInner.withNotification
(NotificationProperties notification) Set the notification property: Notification properties based on scheduled action kind.ScheduledActionInner.withNotificationEmail
(String notificationEmail) Set the notificationEmail property: Email address of the point of contact that should get the unsubscribe requests and notification emails.ScheduledActionInner.withSchedule
(ScheduleProperties schedule) Set the schedule property: Schedule of the scheduled action.Set the scope property: Cost Management scope like 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope.ScheduledActionInner.withStatus
(ScheduledActionStatus status) Set the status property: Status of the scheduled action.ScheduledActionInner.withViewId
(String viewId) Set the viewId property: Cost analysis viewId used for scheduled action. -
Uses of ScheduledActionInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionScheduledAction.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ScheduledActionInner object.Modifier and TypeMethodDescriptionScheduledActionListResult.value()
Get the value property: The list of scheduled actions.Modifier and TypeMethodDescriptionScheduledActions.createOrUpdate
(String name, ScheduledActionInner scheduledAction) Create or update a private scheduled action.com.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.