Interface AmlFilesystem.DefinitionStages.WithFilesystemSubnet

All Known Subinterfaces:
AmlFilesystem.Definition, AmlFilesystem.DefinitionStages.WithCreate
Enclosing interface:
AmlFilesystem.DefinitionStages

public static interface AmlFilesystem.DefinitionStages.WithFilesystemSubnet
The stage of the AmlFilesystem definition allowing to specify filesystemSubnet.
  • Method Details

    • withFilesystemSubnet

      AmlFilesystem.DefinitionStages.WithCreate withFilesystemSubnet(String filesystemSubnet)
      Specifies the filesystemSubnet property: 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..
      Parameters:
      filesystemSubnet - 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.
      Returns:
      the next definition stage.