Sdílet prostřednictvím


DataLakeStoreCapabilityInformation Class

Definition

Subscription-level properties and limits for Data Lake Store.

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

Properties

AccountCount

The current number of accounts under this subscription.

IsUnderMigrationState

The Boolean value of true or false to indicate the maintenance state.

MaxAccountCount

The maximum supported number of accounts under this subscription.

State

The subscription state.

SubscriptionId

The subscription credentials that uniquely identifies the subscription.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeStoreCapabilityInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeStoreCapabilityInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeStoreCapabilityInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeStoreCapabilityInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeStoreCapabilityInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to