UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

38 lines 3.93 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.listBillingAccountInvoiceSectionsByCreateSubscriptionPermissionOutput = exports.listBillingAccountInvoiceSectionsByCreateSubscriptionPermission = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. * * Uses Azure REST API version 2024-04-01. * * Other available API versions: 2019-10-01-preview, 2020-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native billing [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function listBillingAccountInvoiceSectionsByCreateSubscriptionPermission(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:billing:listBillingAccountInvoiceSectionsByCreateSubscriptionPermission", { "billingAccountName": args.billingAccountName, "filter": args.filter, }, opts); } exports.listBillingAccountInvoiceSectionsByCreateSubscriptionPermission = listBillingAccountInvoiceSectionsByCreateSubscriptionPermission; /** * Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. * * Uses Azure REST API version 2024-04-01. * * Other available API versions: 2019-10-01-preview, 2020-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native billing [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function listBillingAccountInvoiceSectionsByCreateSubscriptionPermissionOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:billing:listBillingAccountInvoiceSectionsByCreateSubscriptionPermission", { "billingAccountName": args.billingAccountName, "filter": args.filter, }, opts); } exports.listBillingAccountInvoiceSectionsByCreateSubscriptionPermissionOutput = listBillingAccountInvoiceSectionsByCreateSubscriptionPermissionOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdEJpbGxpbmdBY2NvdW50SW52b2ljZVNlY3Rpb25zQnlDcmVhdGVTdWJzY3JpcHRpb25QZXJtaXNzaW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYmlsbGluZy9saXN0QmlsbGluZ0FjY291bnRJbnZvaWNlU2VjdGlvbnNCeUNyZWF0ZVN1YnNjcmlwdGlvblBlcm1pc3Npb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILFNBQWdCLCtEQUErRCxDQUFDLElBQXlFLEVBQUUsSUFBMkI7SUFDbEwsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsc0ZBQXNGLEVBQUU7UUFDakgsb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtRQUM3QyxRQUFRLEVBQUUsSUFBSSxDQUFDLE1BQU07S0FDeEIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCwwSUFNQztBQTBCRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQixxRUFBcUUsQ0FBQyxJQUErRSxFQUFFLElBQWlDO0lBQ3BNLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLHNGQUFzRixFQUFFO1FBQ3ZILG9CQUFvQixFQUFFLElBQUksQ0FBQyxrQkFBa0I7UUFDN0MsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNO0tBQ3hCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsc0pBTUMifQ==