Uses of Interface
com.azure.resourcemanager.costmanagement.models.ScheduledAction.Update
Packages that use ScheduledAction.Update
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ScheduledAction.Update in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ScheduledAction.UpdateModifier and TypeMethodDescriptionScheduledAction.update()Begins update for the ScheduledAction resource.ScheduledAction.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Scheduled action name..ScheduledAction.UpdateStages.WithFileDestination.withFileDestination(FileDestination fileDestination) Specifies the fileDestination property: Destination format of the view data.ScheduledAction.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ScheduledAction.UpdateStages.WithKind.withKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..ScheduledAction.UpdateStages.WithNotification.withNotification(NotificationProperties notification) Specifies the notification property: Notification properties based on scheduled action kind..ScheduledAction.UpdateStages.WithNotificationEmail.withNotificationEmail(String notificationEmail) Specifies the notificationEmail property: Email address of the point of contact that should get the unsubscribe requests and notification emails..ScheduledAction.UpdateStages.WithSchedule.withSchedule(ScheduleProperties schedule) Specifies the schedule property: Schedule of the scheduled action..Specifies 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..ScheduledAction.UpdateStages.WithStatus.withStatus(ScheduledActionStatus status) Specifies the status property: Status of the scheduled action..ScheduledAction.UpdateStages.WithViewId.withViewId(String viewId) Specifies the viewId property: Cost analysis viewId used for scheduled action.