OperationalInsightsWorkspaceSharedKeys Class

Definition

The shared keys for a workspace.

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

Properties

PrimarySharedKey

The primary shared key of a workspace.

SecondarySharedKey

The secondary shared key of a workspace.

Explicit Interface Implementations

IJsonModel<OperationalInsightsWorkspaceSharedKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsWorkspaceSharedKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsWorkspaceSharedKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsWorkspaceSharedKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsWorkspaceSharedKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to