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