LicenseTypeCapability Class

Definition

The license type capability.

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

Properties

Name

License type identifier.

Reason

The reason for the capability not being available.

Status

The status of the capability.

Explicit Interface Implementations

IJsonModel<LicenseTypeCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LicenseTypeCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LicenseTypeCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LicenseTypeCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LicenseTypeCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to