ComponentLinkedStorageAccountPatch Class

Definition

An Application Insights component linked storage accounts patch.

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

Constructors

ComponentLinkedStorageAccountPatch()

Initializes a new instance of ComponentLinkedStorageAccountPatch.

Properties

LinkedStorageAccount

Linked storage account resource ID.

Explicit Interface Implementations

IJsonModel<ComponentLinkedStorageAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentLinkedStorageAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentLinkedStorageAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentLinkedStorageAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentLinkedStorageAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to