GetStorageInsightConfigResult

data class GetStorageInsightConfigResult(val containers: List<String>? = null, val eTag: String? = null, val id: String, val name: String, val status: StorageInsightStatusResponse, val storageAccount: StorageAccountResponse, val tables: List<String>? = null, val tags: Map<String, String>? = null, val type: String)

The top level storage insight resource container.

Constructors

Link copied to clipboard
constructor(containers: List<String>? = null, eTag: String? = null, id: String, name: String, status: StorageInsightStatusResponse, storageAccount: StorageAccountResponse, tables: List<String>? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containers: List<String>? = null

The names of the blob containers that the workspace should read

Link copied to clipboard
val eTag: String? = null

The ETag of the storage insight.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the storage insight

Link copied to clipboard

The storage account connection details

Link copied to clipboard
val tables: List<String>? = null

The names of the Azure tables that the workspace should read

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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