LogSizeCapability Class

Definition

The log size capability.

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

Properties

Limit

The log size limit (see 'unit' for the units).

Unit

The units that the limit is expressed in.

Explicit Interface Implementations

IJsonModel<LogSizeCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogSizeCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogSizeCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogSizeCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogSizeCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to