Share via


DeploymentSettingObservability Class

Definition

The Observability of AzureStackHCI Cluster.

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

Constructors

DeploymentSettingObservability()

Initializes a new instance of DeploymentSettingObservability.

Properties

IsEpisodicDataUploadEnabled

When set to true, collects log data to facilitate quicker issue resolution.

IsEULocation

Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.

IsStreamingDataClientEnabled

Enables telemetry data to be sent to Microsoft.

Explicit Interface Implementations

IJsonModel<DeploymentSettingObservability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeploymentSettingObservability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentSettingObservability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentSettingObservability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeploymentSettingObservability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to