Share via


AnalyticsOutputSettings Class

Definition

AnalyticsOutputSettings represents the settings for the log analytics workspace used for output of logs from this cluster.

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

Constructors

AnalyticsOutputSettings()

Initializes a new instance of AnalyticsOutputSettings.

Properties

AnalyticsWorkspaceId

The resource ID of the analytics workspace that is to be used by the specified identity.

AssociatedIdentity

The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnalyticsOutputSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyticsOutputSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyticsOutputSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyticsOutputSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyticsOutputSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to