ArmStorageCacheModelFactory.AmlFileSystemSubnetContent Method

Definition

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent AmlFileSystemSubnetContent(string filesystemSubnet = default, float? storageCapacityTiB = default, string skuName = default, Azure.Core.AzureLocation? location = default);
static member AmlFileSystemSubnetContent : string * Nullable<single> * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent
Public Shared Function AmlFileSystemSubnetContent (Optional filesystemSubnet As String = Nothing, Optional storageCapacityTiB As Nullable(Of Single) = Nothing, Optional skuName As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As AmlFileSystemSubnetContent

Parameters

filesystemSubnet
String

Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.

storageCapacityTiB
Nullable<Single>

The size of the AML file system, in TiB.

skuName
String

SKU name for this resource.

location
Nullable<AzureLocation>

Region that the AML file system will be created in.

Returns

A new AmlFileSystemSubnetContent instance for mocking.

Applies to