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

ComponentLinkedStorageAccountsOperations interface

表示 ComponentLinkedStorageAccountsOperations 的接口。

方法

createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)

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

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

删除 Application Insights 组件的链接存储帐户。

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

返回 Application Insights 组件的当前链接存储设置。

update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)

更新 Application Insights 组件的链接存储帐户。

方法详细信息

createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)

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

function createAndUpdate(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>

参数

resourceGroupName

string

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

resourceName

string

Application Insights 组件资源的名称。

storageType

string

链接存储帐户的 Application Insights 组件数据源的类型。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

返回

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

删除 Application Insights 组件的链接存储帐户。

function delete(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

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

resourceName

string

Application Insights 组件资源的名称。

storageType

string

链接存储帐户的 Application Insights 组件数据源的类型。

返回

Promise<void>

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

返回 Application Insights 组件的当前链接存储设置。

function get(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccounts>

参数

resourceGroupName

string

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

resourceName

string

Application Insights 组件资源的名称。

storageType

string

链接存储帐户的 Application Insights 组件数据源的类型。

返回

update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)

更新 Application Insights 组件的链接存储帐户。

function update(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>

参数

resourceGroupName

string

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

resourceName

string

Application Insights 组件资源的名称。

storageType

string

链接存储帐户的 Application Insights 组件数据源的类型。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

返回