Class GetExportPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.costmanagement.inputs.GetExportPlainArgs
-
public final class GetExportPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetExportPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetExportPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetExportPlainArgs.Builder
builder()
static GetExportPlainArgs.Builder
builder(GetExportPlainArgs defaults)
java.util.Optional<java.lang.String>
expand()
java.lang.String
exportName()
java.lang.String
scope()
-
-
-
Field Detail
-
Empty
public static final GetExportPlainArgs Empty
-
-
Method Detail
-
expand
public java.util.Optional<java.lang.String> expand()
- Returns:
- May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 runs of the export.
-
exportName
public java.lang.String exportName()
- Returns:
- Export Name.
-
scope
public java.lang.String scope()
- Returns:
- The scope associated with export operations. This includes '/subscriptions/{subscriptionId}/' for subscription scope, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId} for Management Group scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billingProfile scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' for invoiceSection scope, and '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for partners.
-
builder
public static GetExportPlainArgs.Builder builder()
-
builder
public static GetExportPlainArgs.Builder builder(GetExportPlainArgs defaults)
-
-