RequiredAmlFileSystemSubnetsSize Class

Definition

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

public class RequiredAmlFileSystemSubnetsSize
public class RequiredAmlFileSystemSubnetsSize : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSize>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.RequiredAmlFileSystemSubnetsSize>
type RequiredAmlFileSystemSubnetsSize = class
type RequiredAmlFileSystemSubnetsSize = class
    interface IJsonModel<RequiredAmlFileSystemSubnetsSize>
    interface IPersistableModel<RequiredAmlFileSystemSubnetsSize>
Public Class RequiredAmlFileSystemSubnetsSize
Public Class RequiredAmlFileSystemSubnetsSize
Implements IJsonModel(Of RequiredAmlFileSystemSubnetsSize), IPersistableModel(Of RequiredAmlFileSystemSubnetsSize)
Inheritance
RequiredAmlFileSystemSubnetsSize
Implements

Properties

FilesystemSubnetSize

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

Explicit Interface Implementations

IJsonModel<RequiredAmlFileSystemSubnetsSize>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RequiredAmlFileSystemSubnetsSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RequiredAmlFileSystemSubnetsSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RequiredAmlFileSystemSubnetsSize>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RequiredAmlFileSystemSubnetsSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to