Class GetScheduledActionByScopePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.costmanagement.inputs.GetScheduledActionByScopePlainArgs
-
public final class GetScheduledActionByScopePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetScheduledActionByScopePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetScheduledActionByScopePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetScheduledActionByScopePlainArgs.Builder
builder()
static GetScheduledActionByScopePlainArgs.Builder
builder(GetScheduledActionByScopePlainArgs defaults)
java.lang.String
name()
java.lang.String
scope()
-
-
-
Field Detail
-
Empty
public static final GetScheduledActionByScopePlainArgs Empty
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- Scheduled action name.
-
scope
public java.lang.String scope()
- Returns:
- The scope associated with scheduled action operations. This includes '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 External Billing Account scope and 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External Subscription scope. Note: Insight Alerts are only available on subscription scope.
-
builder
public static GetScheduledActionByScopePlainArgs.Builder builder()
-
builder
public static GetScheduledActionByScopePlainArgs.Builder builder(GetScheduledActionByScopePlainArgs defaults)
-
-