Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ScheduledActionProperties
Package
Description
Package containing the inner data models for CostManagementClient.
-
Uses of ScheduledActionProperties in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionScheduledActionProperties.withDisplayName
(String displayName) Set the displayName property: Scheduled action name.ScheduledActionProperties.withFileDestination
(FileDestination fileDestination) Set the fileDestination property: Destination format of the view data.ScheduledActionProperties.withNotification
(NotificationProperties notification) Set the notification property: Notification properties based on scheduled action kind.ScheduledActionProperties.withNotificationEmail
(String notificationEmail) Set the notificationEmail property: Email address of the point of contact that should get the unsubscribe requests and notification emails.ScheduledActionProperties.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.ScheduledActionProperties.withStatus
(ScheduledActionStatus status) Set the status property: Status of the scheduled action.ScheduledActionProperties.withViewId
(String viewId) Set the viewId property: Cost analysis viewId used for scheduled action.