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/#accessing-any-api-version-via-local-packages for details.

Return

Information about the number of available IP addresses that are required for the AML file system.

Parameters

argument

null


suspend fun getRequiredAmlFSSubnetsSize(sku: SkuName? = null, storageCapacityTiB: Double? = null): GetRequiredAmlFSSubnetsSizeResult

Return

Information about the number of available IP addresses that are required for the AML file system.

Parameters

sku

SKU for the resource.

storageCapacityTiB

The size of the AML file system, in TiB.

See also


Return

Information about the number of available IP addresses that are required for the AML file system.

Parameters

argument

Builder for com.pulumi.azurenative.storagecache.kotlin.inputs.GetRequiredAmlFSSubnetsSizePlainArgs.

See also