Share via


OperationalInsightsClusterPatch Class

Definition

The top level Log Analytics cluster resource container.

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

Constructors

OperationalInsightsClusterPatch()

Initializes a new instance of OperationalInsightsClusterPatch.

Properties

BillingType

The cluster's billing type.

Identity

Resource's identity.

KeyVaultProperties

The associated key properties.

Sku

The sku properties.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OperationalInsightsClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsClusterPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsClusterPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to