ArmStorageCacheModelFactory.AmlFileSystemSubnetContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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.