Share via


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>
type OperationalInsightsClusterAssociatedWorkspace = class
    interface IJsonModel<OperationalInsightsClusterAssociatedWorkspace>
    interface IPersistableModel<OperationalInsightsClusterAssociatedWorkspace>
Public Class OperationalInsightsClusterAssociatedWorkspace
Implements IJsonModel(Of OperationalInsightsClusterAssociatedWorkspace), IPersistableModel(Of OperationalInsightsClusterAssociatedWorkspace)
Inheritance
OperationalInsightsClusterAssociatedWorkspace
Implements

Constructors

OperationalInsightsClusterAssociatedWorkspace()

Initializes a new instance of OperationalInsightsClusterAssociatedWorkspace.

Properties

AssociatedOn

The time of workspace association.

ResourceId

Associated workspace arm resource id, in the form of: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}.

WorkspaceId

Associated workspace immutable id.

WorkspaceName

Associated workspace resource name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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