PurviewUsage 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.
Response for usage information.
public class PurviewUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Purview.Models.PurviewUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Purview.Models.PurviewUsage>
type PurviewUsage = class
interface IJsonModel<PurviewUsage>
interface IPersistableModel<PurviewUsage>
Public Class PurviewUsage
Implements IJsonModel(Of PurviewUsage), IPersistableModel(Of PurviewUsage)
- Inheritance
-
PurviewUsage
- Implements
Properties
CurrentValue |
Current usage quota value. |
Id |
Fully qualified resource Id. |
Limit |
Usage quota limit. |
Name |
Quota name. |
Unit |
Quota usage unit. |
Explicit Interface Implementations
IJsonModel<PurviewUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PurviewUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PurviewUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PurviewUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PurviewUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET