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

Constructors

OperationalInsightsClusterPatch()

Initializes a new instance of OperationalInsightsClusterPatch.

Properties

BillingType

The cluster's billing type.

Identity

The identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.

KeyVaultProperties

The associated key properties.

Sku

The sku properties.

Tags

Resource tags.

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