OperationalInsightsStorageAccount Class

Definition

Describes a storage account connection.

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

Constructors

OperationalInsightsStorageAccount(ResourceIdentifier, String)

Initializes a new instance of OperationalInsightsStorageAccount.

Properties

Id

The Azure Resource Manager ID of the storage account resource.

Key

The storage account key.

Explicit Interface Implementations

IJsonModel<OperationalInsightsStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to