ArmOperationalInsightsModelFactory.StorageInsightData Method

Definition

public static Azure.ResourceManager.OperationalInsights.StorageInsightData StorageInsightData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<string> containers = default, System.Collections.Generic.IEnumerable<string> tables = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsStorageAccount storageAccount = default, Azure.ResourceManager.OperationalInsights.Models.StorageInsightStatus status = default, Azure.ETag? eTag = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member StorageInsightData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<string> * seq<string> * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsStorageAccount * Azure.ResourceManager.OperationalInsights.Models.StorageInsightStatus * Nullable<Azure.ETag> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.OperationalInsights.StorageInsightData
Public Shared Function StorageInsightData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional containers As IEnumerable(Of String) = Nothing, Optional tables As IEnumerable(Of String) = Nothing, Optional storageAccount As OperationalInsightsStorageAccount = Nothing, Optional status As StorageInsightStatus = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As StorageInsightData

Parameters

id
ResourceIdentifier

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

name
String

The name of the resource.

resourceType
ResourceType

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

containers
IEnumerable<String>

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

tables
IEnumerable<String>

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

storageAccount
OperationalInsightsStorageAccount

The storage account connection details.

status
StorageInsightStatus

The status of the storage insight.

eTag
Nullable<ETag>

The ETag of the storage insight.

tags
IDictionary<String,String>

Resource tags.

Returns

A new StorageInsightData instance for mocking.

Applies to