Condividi tramite


DataLakeAnalyticsCapabilityInformation Class

Definition

Subscription-level properties and limits for Data Lake Analytics. Serialized Name: CapabilityInformation

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

Properties

AccountCount

The current number of accounts under this subscription. Serialized Name: CapabilityInformation.accountCount

IsUnderMigrationState

The Boolean value of true or false to indicate the maintenance state. Serialized Name: CapabilityInformation.migrationState

MaxAccountCount

The maximum supported number of accounts under this subscription. Serialized Name: CapabilityInformation.maxAccountCount

State

The subscription state. Serialized Name: CapabilityInformation.state

SubscriptionId

The subscription credentials that uniquely identifies the subscription. Serialized Name: CapabilityInformation.subscriptionId

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeAnalyticsCapabilityInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeAnalyticsCapabilityInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsCapabilityInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsCapabilityInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeAnalyticsCapabilityInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to