StorageInsightData Class

Definition

A class representing the StorageInsight data model. The top level storage insight resource container.

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

Constructors

StorageInsightData()

Initializes a new instance of StorageInsightData.

Properties

Containers

The names of the blob containers that the workspace should read.

ETag

The ETag of the storage insight.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

The status of the storage insight.

StorageAccount

The storage account connection details.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tables

The names of the Azure tables that the workspace should read.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<StorageInsightData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageInsightData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageInsightData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageInsightData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageInsightData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to