Share via


ArmStorageCacheModelFactory.RequiredAmlFileSystemSubnetsSize Method

Definition

Initializes a new instance of RequiredAmlFileSystemSubnetsSize.

public static Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSize RequiredAmlFileSystemSubnetsSize (int? filesystemSubnetSize = default);
static member RequiredAmlFileSystemSubnetsSize : Nullable<int> -> Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSize
Public Shared Function RequiredAmlFileSystemSubnetsSize (Optional filesystemSubnetSize As Nullable(Of Integer) = Nothing) As RequiredAmlFileSystemSubnetsSize

Parameters

filesystemSubnetSize
Nullable<Int32>

The number of available IP addresses that are required for the AML file system.

Returns

A new RequiredAmlFileSystemSubnetsSize instance for mocking.

Applies to