HDInsightAzureMonitorSelectedConfigurations 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.
The selected configurations for azure monitor.
public class HDInsightAzureMonitorSelectedConfigurations
public class HDInsightAzureMonitorSelectedConfigurations : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightAzureMonitorSelectedConfigurations>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightAzureMonitorSelectedConfigurations>
type HDInsightAzureMonitorSelectedConfigurations = class
type HDInsightAzureMonitorSelectedConfigurations = class
interface IJsonModel<HDInsightAzureMonitorSelectedConfigurations>
interface IPersistableModel<HDInsightAzureMonitorSelectedConfigurations>
Public Class HDInsightAzureMonitorSelectedConfigurations
Public Class HDInsightAzureMonitorSelectedConfigurations
Implements IJsonModel(Of HDInsightAzureMonitorSelectedConfigurations), IPersistableModel(Of HDInsightAzureMonitorSelectedConfigurations)
- Inheritance
-
HDInsightAzureMonitorSelectedConfigurations
- Implements
Constructors
HDInsightAzureMonitorSelectedConfigurations() |
Initializes a new instance of HDInsightAzureMonitorSelectedConfigurations. |
Properties
ConfigurationVersion |
The configuration version. |
GlobalConfigurations |
The global configurations of selected configurations. |
TableList |
The table list. |
Explicit Interface Implementations
IJsonModel<HDInsightAzureMonitorSelectedConfigurations>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HDInsightAzureMonitorSelectedConfigurations>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HDInsightAzureMonitorSelectedConfigurations>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HDInsightAzureMonitorSelectedConfigurations>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HDInsightAzureMonitorSelectedConfigurations>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET