OperationalInsightsClusterAssociatedWorkspace Class

Definition

The list of Log Analytics workspaces associated with the cluster.

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

Constructors

OperationalInsightsClusterAssociatedWorkspace()

Initializes a new instance of OperationalInsightsClusterAssociatedWorkspace.

Properties

AssociatedOn

The time of workspace association.

ResourceId

The ResourceId id the assigned workspace.

WorkspaceId

The id of the assigned workspace.

WorkspaceName

The name id the assigned workspace.

Explicit Interface Implementations

IJsonModel<OperationalInsightsClusterAssociatedWorkspace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsClusterAssociatedWorkspace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsClusterAssociatedWorkspace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsClusterAssociatedWorkspace>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsClusterAssociatedWorkspace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to