StorageInsight Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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"
- status
- StorageInsightStatus
The status of the storage insight
- eTag
- String
The ETag of the storage insight.
- tags
- IDictionary<String,String>
Resource tags.
Applies to
Azure SDK for .NET