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

ComponentLinkedStorageAccountsOperationsExtensions.CreateAndUpdate 方法

定义

替换 Application Insights 组件的当前链接存储帐户。

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts CreateAndUpdate (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentLinkedStorageAccountsOperations operations, string resourceGroupName, string resourceName, string linkedStorageAccount = default);
static member CreateAndUpdate : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentLinkedStorageAccountsOperations * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts
<Extension()>
Public Function CreateAndUpdate (operations As IComponentLinkedStorageAccountsOperations, resourceGroupName As String, resourceName As String, Optional linkedStorageAccount As String = Nothing) As ComponentLinkedStorageAccounts

参数

operations
IComponentLinkedStorageAccountsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

resourceName
String

Application Insights 组件资源的名称。

linkedStorageAccount
String

链接的存储帐户资源 ID

返回

适用于