1. Packages
  2. Azure Native
  3. API Docs
  4. storagecache
  5. getRequiredAmlFSSubnetsSize
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.storagecache.getRequiredAmlFSSubnetsSize

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 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.

    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>
    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]
    func GetRequiredAmlFSSubnetsSize(ctx *Context, args *GetRequiredAmlFSSubnetsSizeArgs, opts ...InvokeOption) (*GetRequiredAmlFSSubnetsSizeResult, error)
    func GetRequiredAmlFSSubnetsSizeOutput(ctx *Context, args *GetRequiredAmlFSSubnetsSizeOutputArgs, opts ...InvokeOption) GetRequiredAmlFSSubnetsSizeResultOutput

    > 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)
    }
    public static CompletableFuture<GetRequiredAmlFSSubnetsSizeResult> getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:storagecache:getRequiredAmlFSSubnetsSize
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Sku Pulumi.AzureNative.StorageCache.Inputs.SkuName
    SKU for the resource.
    StorageCapacityTiB double
    The size of the AML file system, in TiB.
    Sku SkuName
    SKU for the resource.
    StorageCapacityTiB float64
    The size of the AML file system, in TiB.
    sku SkuName
    SKU for the resource.
    storageCapacityTiB Double
    The size of the AML file system, in TiB.
    sku SkuName
    SKU for the resource.
    storageCapacityTiB number
    The size of the AML file system, in TiB.
    sku SkuName
    SKU for the resource.
    storage_capacity_ti_b float
    The size of the AML file system, in TiB.
    sku 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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi