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

36 lines 2.87 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.getInvoiceSectionOutput = exports.getInvoiceSection = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. * * Uses Azure REST API version 2024-04-01. */ function getInvoiceSection(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:billing:getInvoiceSection", { "billingAccountName": args.billingAccountName, "billingProfileName": args.billingProfileName, "invoiceSectionName": args.invoiceSectionName, }, opts); } exports.getInvoiceSection = getInvoiceSection; /** * Gets an invoice section by its ID. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement. * * Uses Azure REST API version 2024-04-01. */ function getInvoiceSectionOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:billing:getInvoiceSection", { "billingAccountName": args.billingAccountName, "billingProfileName": args.billingProfileName, "invoiceSectionName": args.invoiceSectionName, }, opts); } exports.getInvoiceSectionOutput = getInvoiceSectionOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0SW52b2ljZVNlY3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9iaWxsaW5nL2dldEludm9pY2VTZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsU0FBZ0IsaUJBQWlCLENBQUMsSUFBMkIsRUFBRSxJQUEyQjtJQUN0RixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx3Q0FBd0MsRUFBRTtRQUNuRSxvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO1FBQzdDLG9CQUFvQixFQUFFLElBQUksQ0FBQyxrQkFBa0I7UUFDN0Msb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtLQUNoRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDhDQU9DO0FBa0REOzs7O0dBSUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQWlDO0lBQ3hHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLHdDQUF3QyxFQUFFO1FBQ3pFLG9CQUFvQixFQUFFLElBQUksQ0FBQyxrQkFBa0I7UUFDN0Msb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtRQUM3QyxvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO0tBQ2hELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsMERBT0MifQ==