IComponentLinkedStorageAccountsOperations Interface

Definition

ComponentLinkedStorageAccountsOperations operations.

public interface IComponentLinkedStorageAccountsOperations
type IComponentLinkedStorageAccountsOperations = interface
Public Interface IComponentLinkedStorageAccountsOperations

Methods

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

Replace current linked storage account for an Application Insights component.

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

Delete linked storage accounts for an Application Insights component.

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

Returns the current linked storage settings for an Application Insights component.

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

Update linked storage accounts for an Application Insights component.

Extension Methods

CreateAndUpdate(IComponentLinkedStorageAccountsOperations, String, String, String)

Replace current linked storage account for an Application Insights component.

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

Replace current linked storage account for an Application Insights component.

Delete(IComponentLinkedStorageAccountsOperations, String, String)

Delete linked storage accounts for an Application Insights component.

DeleteAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken)

Delete linked storage accounts for an Application Insights component.

Get(IComponentLinkedStorageAccountsOperations, String, String)

Returns the current linked storage settings for an Application Insights component.

GetAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken)

Returns the current linked storage settings for an Application Insights component.

Update(IComponentLinkedStorageAccountsOperations, String, String, String)

Update linked storage accounts for an Application Insights component.

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

Update linked storage accounts for an Application Insights component.

Applies to