AmlFileSystemSubnetContent Class
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.
Information required to validate the subnet that will be used in AML file system create.
public class AmlFileSystemSubnetContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent>
type AmlFileSystemSubnetContent = class
interface IJsonModel<AmlFileSystemSubnetContent>
interface IPersistableModel<AmlFileSystemSubnetContent>
Public Class AmlFileSystemSubnetContent
Implements IJsonModel(Of AmlFileSystemSubnetContent), IPersistableModel(Of AmlFileSystemSubnetContent)
- Inheritance
-
AmlFileSystemSubnetContent
- Implements
Constructors
AmlFileSystemSubnetContent() |
Initializes a new instance of AmlFileSystemSubnetContent. |
Properties
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. |
Location |
Region that the AML file system will be created in. |
SkuName |
SKU name for this resource. |
StorageCapacityTiB |
The size of the AML file system, in TiB. |
Explicit Interface Implementations
IJsonModel<AmlFileSystemSubnetContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AmlFileSystemSubnetContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AmlFileSystemSubnetContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AmlFileSystemSubnetContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AmlFileSystemSubnetContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET