1. Packages
  2. Azure Native v2
  3. API Docs
  4. storagecache
  5. getRequiredAmlFSSubnetsSize
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.storagecache.getRequiredAmlFSSubnetsSize

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get the number of available IP addresses needed for the AML file system information provided. Azure REST API version: 2023-05-01.

Other available API versions: 2023-03-01-preview, 2023-11-01-preview, 2024-03-01.

Using getRequiredAmlFSSubnetsSize

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getRequiredAmlFSSubnetsSize(args: GetRequiredAmlFSSubnetsSizeArgs, opts?: InvokeOptions): Promise<GetRequiredAmlFSSubnetsSizeResult>
function getRequiredAmlFSSubnetsSizeOutput(args: GetRequiredAmlFSSubnetsSizeOutputArgs, opts?: InvokeOptions): Output<GetRequiredAmlFSSubnetsSizeResult>
Copy
def get_required_aml_fs_subnets_size(sku: Optional[SkuName] = None,
                                     storage_capacity_ti_b: Optional[float] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetRequiredAmlFSSubnetsSizeResult
def get_required_aml_fs_subnets_size_output(sku: Optional[pulumi.Input[SkuNameArgs]] = None,
                                     storage_capacity_ti_b: Optional[pulumi.Input[float]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetRequiredAmlFSSubnetsSizeResult]
Copy
func GetRequiredAmlFSSubnetsSize(ctx *Context, args *GetRequiredAmlFSSubnetsSizeArgs, opts ...InvokeOption) (*GetRequiredAmlFSSubnetsSizeResult, error)
func GetRequiredAmlFSSubnetsSizeOutput(ctx *Context, args *GetRequiredAmlFSSubnetsSizeOutputArgs, opts ...InvokeOption) GetRequiredAmlFSSubnetsSizeResultOutput
Copy

> Note: This function is named GetRequiredAmlFSSubnetsSize in the Go SDK.

public static class GetRequiredAmlFSSubnetsSize 
{
    public static Task<GetRequiredAmlFSSubnetsSizeResult> InvokeAsync(GetRequiredAmlFSSubnetsSizeArgs args, InvokeOptions? opts = null)
    public static Output<GetRequiredAmlFSSubnetsSizeResult> Invoke(GetRequiredAmlFSSubnetsSizeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetRequiredAmlFSSubnetsSizeResult> getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeArgs args, InvokeOptions options)
public static Output<GetRequiredAmlFSSubnetsSizeResult> getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storagecache:getRequiredAmlFSSubnetsSize
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Sku Changes to this property will trigger replacement. Pulumi.AzureNative.StorageCache.Inputs.SkuName
SKU for the resource.
StorageCapacityTiB double
The size of the AML file system, in TiB.
Sku Changes to this property will trigger replacement. SkuName
SKU for the resource.
StorageCapacityTiB float64
The size of the AML file system, in TiB.
sku Changes to this property will trigger replacement. SkuName
SKU for the resource.
storageCapacityTiB Double
The size of the AML file system, in TiB.
sku Changes to this property will trigger replacement. SkuName
SKU for the resource.
storageCapacityTiB number
The size of the AML file system, in TiB.
sku Changes to this property will trigger replacement. SkuName
SKU for the resource.
storage_capacity_ti_b float
The size of the AML file system, in TiB.
sku Changes to this property will trigger replacement. Property Map
SKU for the resource.
storageCapacityTiB Number
The size of the AML file system, in TiB.

getRequiredAmlFSSubnetsSize Result

The following output properties are available:

FilesystemSubnetSize int
The number of available IP addresses that are required for the AML file system.
FilesystemSubnetSize int
The number of available IP addresses that are required for the AML file system.
filesystemSubnetSize Integer
The number of available IP addresses that are required for the AML file system.
filesystemSubnetSize number
The number of available IP addresses that are required for the AML file system.
filesystem_subnet_size int
The number of available IP addresses that are required for the AML file system.
filesystemSubnetSize Number
The number of available IP addresses that are required for the AML file system.

Supporting Types

SkuName

Name string
SKU name for this resource.
Name string
SKU name for this resource.
name String
SKU name for this resource.
name string
SKU name for this resource.
name str
SKU name for this resource.
name String
SKU name for this resource.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi