DataLakeStoreUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the Resource Usage.
public class DataLakeStoreUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.Models.DataLakeStoreUsage>
public class DataLakeStoreUsage
type DataLakeStoreUsage = class
interface IJsonModel<DataLakeStoreUsage>
interface IPersistableModel<DataLakeStoreUsage>
type DataLakeStoreUsage = class
Public Class DataLakeStoreUsage
Implements IJsonModel(Of DataLakeStoreUsage), IPersistableModel(Of DataLakeStoreUsage)
Public Class DataLakeStoreUsage
- Inheritance
-
DataLakeStoreUsage
- Implements
Properties
CurrentValue |
Gets the current count of the allocated resources in the subscription. |
Id |
Resource identifier. |
Limit |
Gets the maximum count of the resources that can be allocated in the subscription. |
Name |
Gets the name of the type of usage. |
Unit |
Gets the unit of measurement. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET