Share via


OperationalInsightsStorageAccount(ResourceIdentifier, String) Constructor

Definition

Initializes a new instance of OperationalInsightsStorageAccount.

public OperationalInsightsStorageAccount (Azure.Core.ResourceIdentifier id, string key);
new Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsStorageAccount : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsStorageAccount
Public Sub New (id As ResourceIdentifier, key As String)

Parameters

id
ResourceIdentifier

The Azure Resource Manager ID of the storage account resource.

key
String

The storage account key.

Exceptions

id or key is null.

Applies to