다음을 통해 공유


EnterpriseConfigurations Class

Definition

Enterprise settings of a Grafana instance.

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

Constructors

EnterpriseConfigurations()

Initializes a new instance of EnterpriseConfigurations.

Properties

MarketplaceAutoRenew

The AutoRenew setting of the Enterprise subscription.

MarketplacePlanId

The Plan Id of the Azure Marketplace subscription for the Enterprise plugins.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EnterpriseConfigurations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnterpriseConfigurations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnterpriseConfigurations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnterpriseConfigurations>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnterpriseConfigurations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to