Class GetExportArgs.Builder

  • Enclosing class:
    GetExportArgs

    public static final class GetExportArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • expand

        public GetExportArgs.Builder expand​(@Nullable
                                            com.pulumi.core.Output<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
      • expand

        public GetExportArgs.Builder expand​(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 GetExportArgs.Builder exportName​(com.pulumi.core.Output<java.lang.String> exportName)
        Parameters:
        exportName - Export Name.
        Returns:
        builder
      • exportName

        public GetExportArgs.Builder exportName​(java.lang.String exportName)
        Parameters:
        exportName - Export Name.
        Returns:
        builder
      • scope

        public GetExportArgs.Builder scope​(com.pulumi.core.Output<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
      • scope

        public GetExportArgs.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