EnterpriseDetails 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.
Enterprise details of a Grafana instance.
public class EnterpriseDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Grafana.Models.EnterpriseDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Grafana.Models.EnterpriseDetails>
public class EnterpriseDetails
type EnterpriseDetails = class
interface IJsonModel<EnterpriseDetails>
interface IPersistableModel<EnterpriseDetails>
type EnterpriseDetails = class
Public Class EnterpriseDetails
Implements IJsonModel(Of EnterpriseDetails), IPersistableModel(Of EnterpriseDetails)
Public Class EnterpriseDetails
- Inheritance
-
EnterpriseDetails
- Implements
Properties
MarketplaceTrialQuota |
The allocation details of the per subscription free trial slot of the subscription. |
SaasSubscriptionDetails |
SaaS subscription details of a Grafana instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EnterpriseDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EnterpriseDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EnterpriseDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EnterpriseDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EnterpriseDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET