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

IComponentLinkedStorageAccountsOperations 接口

定义

ComponentLinkedStorageAccountsOperations 操作。

public interface IComponentLinkedStorageAccountsOperations
type IComponentLinkedStorageAccountsOperations = interface
Public Interface IComponentLinkedStorageAccountsOperations

方法

CreateAndUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

CreateAndUpdate(IComponentLinkedStorageAccountsOperations, String, String, String)

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

CreateAndUpdateAsync(IComponentLinkedStorageAccountsOperations, String, String, String, CancellationToken)

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

Delete(IComponentLinkedStorageAccountsOperations, String, String)

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

DeleteAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken)

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

Get(IComponentLinkedStorageAccountsOperations, String, String)

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

GetAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken)

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

Update(IComponentLinkedStorageAccountsOperations, String, String, String)

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

UpdateAsync(IComponentLinkedStorageAccountsOperations, String, String, String, CancellationToken)

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

适用于