StorageCapability Class

Definition

The storage account type capability.

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

Properties

Reason

The reason for the capability not being available.

Status

The status of the capability.

StorageAccountType

The storage account type for the database's backups.

Explicit Interface Implementations

IJsonModel<StorageCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to