你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationalInsightsStorageAccount(ResourceIdentifier, String) 构造函数

定义

初始化 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)

参数

id
ResourceIdentifier

存储帐户资源的 Azure 资源管理器 ID。

key
String

存储帐户密钥。

例外

idkey 为 null。

适用于