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

40 lines 3.45 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.getRequiredAmlFSSubnetsSizeOutput = exports.getRequiredAmlFSSubnetsSize = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Get the number of available IP addresses needed for the AML file system information provided. * * Uses Azure REST API version 2024-03-01. * * Other available API versions: 2023-05-01, 2023-11-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native storagecache [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getRequiredAmlFSSubnetsSize(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:storagecache:getRequiredAmlFSSubnetsSize", { "sku": args.sku, "storageCapacityTiB": args.storageCapacityTiB, }, opts); } exports.getRequiredAmlFSSubnetsSize = getRequiredAmlFSSubnetsSize; /** * Get the number of available IP addresses needed for the AML file system information provided. * * Uses Azure REST API version 2024-03-01. * * Other available API versions: 2023-05-01, 2023-11-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native storagecache [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getRequiredAmlFSSubnetsSizeOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:storagecache:getRequiredAmlFSSubnetsSize", { "sku": args.sku, "storageCapacityTiB": args.storageCapacityTiB, }, opts); } exports.getRequiredAmlFSSubnetsSizeOutput = getRequiredAmlFSSubnetsSizeOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UmVxdWlyZWRBbWxGU1N1Ym5ldHNTaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3RvcmFnZWNhY2hlL2dldFJlcXVpcmVkQW1sRlNTdWJuZXRzU2l6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsU0FBZ0IsMkJBQTJCLENBQUMsSUFBc0MsRUFBRSxJQUEyQjtJQUMzRyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztJQUNsQixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx1REFBdUQsRUFBRTtRQUNsRixLQUFLLEVBQUUsSUFBSSxDQUFDLEdBQUc7UUFDZixvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO0tBQ2hELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsa0VBT0M7QUFzQkQ7Ozs7OztHQU1HO0FBQ0gsU0FBZ0IsaUNBQWlDLENBQUMsSUFBNEMsRUFBRSxJQUFpQztJQUM3SCxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztJQUNsQixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyx1REFBdUQsRUFBRTtRQUN4RixLQUFLLEVBQUUsSUFBSSxDQUFDLEdBQUc7UUFDZixvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO0tBQ2hELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsOEVBT0MifQ==