Uses of Interface
com.azure.resourcemanager.costmanagement.models.ScheduledAction.DefinitionStages.WithCreate
Packages that use ScheduledAction.DefinitionStages.WithCreate
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ScheduledAction.DefinitionStages.WithCreate in com.azure.resourcemanager.costmanagement.models
Subinterfaces of ScheduledAction.DefinitionStages.WithCreate in com.azure.resourcemanager.costmanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ScheduledAction definition.Methods in com.azure.resourcemanager.costmanagement.models that return ScheduledAction.DefinitionStages.WithCreateModifier and TypeMethodDescriptionScheduledAction.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Scheduled action name..ScheduledAction.DefinitionStages.WithScopeStage.withExistingScope(String scope) Specifies scope.ScheduledAction.DefinitionStages.WithFileDestination.withFileDestination(FileDestination fileDestination) Specifies the fileDestination property: Destination format of the view data.ScheduledAction.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ScheduledAction.DefinitionStages.WithKind.withKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..ScheduledAction.DefinitionStages.WithNotification.withNotification(NotificationProperties notification) Specifies the notification property: Notification properties based on scheduled action kind..ScheduledAction.DefinitionStages.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.DefinitionStages.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.DefinitionStages.WithStatus.withStatus(ScheduledActionStatus status) Specifies the status property: Status of the scheduled action..ScheduledAction.DefinitionStages.WithViewId.withViewId(String viewId) Specifies the viewId property: Cost analysis viewId used for scheduled action.