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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.storagecache.getRequiredAmlFSSubnetsSize
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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, 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>
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.
Azure Native. Storage Cache. Inputs. Sku Name - SKU for the resource.
- Storage
Capacity doubleTi B - The size of the AML file system, in TiB.
- Sku
Sku
Name - SKU for the resource.
- Storage
Capacity float64Ti B - The size of the AML file system, in TiB.
- sku
Sku
Name - SKU for the resource.
- storage
Capacity DoubleTi B - The size of the AML file system, in TiB.
- sku
Sku
Name - SKU for the resource.
- storage
Capacity numberTi B - The size of the AML file system, in TiB.
- sku
Sku
Name - SKU for the resource.
- storage_
capacity_ floatti_ b - The size of the AML file system, in TiB.
- sku Property Map
- SKU for the resource.
- storage
Capacity NumberTi B - The size of the AML file system, in TiB.
getRequiredAmlFSSubnetsSize Result
The following output properties are available:
- Filesystem
Subnet intSize - The number of available IP addresses that are required for the AML file system.
- Filesystem
Subnet intSize - The number of available IP addresses that are required for the AML file system.
- filesystem
Subnet IntegerSize - The number of available IP addresses that are required for the AML file system.
- filesystem
Subnet numberSize - The number of available IP addresses that are required for the AML file system.
- filesystem_
subnet_ intsize - The number of available IP addresses that are required for the AML file system.
- filesystem
Subnet NumberSize - 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
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.47.1 published on Monday, Jun 24, 2024 by Pulumi