get Required Aml FSSubnets Size
suspend fun getRequiredAmlFSSubnetsSize(argument: GetRequiredAmlFSSubnetsSizePlainArgs): GetRequiredAmlFSSubnetsSizeResult
Get the number of available IP addresses needed for the AML file system information provided. Uses Azure REST API version 2023-05-01. Other available API versions: 2023-03-01-preview, 2023-11-01-preview, 2024-03-01, 2024-07-01.
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.
storage Capacity Ti B
The size of the AML file system, in TiB.
See also
suspend fun getRequiredAmlFSSubnetsSize(argument: suspend GetRequiredAmlFSSubnetsSizePlainArgsBuilder.() -> Unit): GetRequiredAmlFSSubnetsSizeResult
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.