Share via


StorageInsight Constructors

Definition

Overloads

StorageInsight()

Initializes a new instance of the StorageInsight class.

StorageInsight(StorageAccount, String, String, String, IList<String>, IList<String>, StorageInsightStatus, String, IDictionary<String,String>)

Initializes a new instance of the StorageInsight class.

StorageInsight()

Initializes a new instance of the StorageInsight class.

public StorageInsight ();
Public Sub New ()

Applies to

StorageInsight(StorageAccount, String, String, String, IList<String>, IList<String>, StorageInsightStatus, String, IDictionary<String,String>)

Initializes a new instance of the StorageInsight class.

public StorageInsight (Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount storageAccount, string id = default, string name = default, string type = default, System.Collections.Generic.IList<string> containers = default, System.Collections.Generic.IList<string> tables = default, Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus status = default, string eTag = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight : Microsoft.Azure.Management.OperationalInsights.Models.StorageAccount * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.OperationalInsights.Models.StorageInsight
Public Sub New (storageAccount As StorageAccount, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional containers As IList(Of String) = Nothing, Optional tables As IList(Of String) = Nothing, Optional status As StorageInsightStatus = Nothing, Optional eTag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

storageAccount
StorageAccount

The storage account connection details

id
String

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

name
String

The name of the resource

type
String

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

containers
IList<String>

The names of the blob containers that the workspace should read

tables
IList<String>

The names of the Azure tables that the workspace should read

status
StorageInsightStatus

The status of the storage insight

eTag
String

The ETag of the storage insight.

tags
IDictionary<String,String>

Resource tags.

Applies to