Class GetExportPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.inputs.GetExportPlainArgs.Builder
-
- Enclosing class:
- GetExportPlainArgs
public static final class GetExportPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetExportPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetExportPlainArgs
build()
GetExportPlainArgs.Builder
expand(java.lang.String expand)
GetExportPlainArgs.Builder
exportName(java.lang.String exportName)
GetExportPlainArgs.Builder
scope(java.lang.String scope)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetExportPlainArgs defaults)
-
-
Method Detail
-
expand
public GetExportPlainArgs.Builder expand(@Nullable java.lang.String expand)
- Parameters:
expand
- May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 executions of the export.- Returns:
- builder
-
exportName
public GetExportPlainArgs.Builder exportName(java.lang.String exportName)
- Parameters:
exportName
- Export Name.- Returns:
- builder
-
scope
public GetExportPlainArgs.Builder scope(java.lang.String scope)
- Parameters:
scope
- 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.- Returns:
- builder
-
build
public GetExportPlainArgs build()
-
-