次の方法で共有


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 コンポーネントのリンクされたストレージ アカウントを更新します。

適用対象