IComponentLinkedStorageAccountsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations ComponentLinkedStorageAccountsOperations.
public interface IComponentLinkedStorageAccountsOperations
type IComponentLinkedStorageAccountsOperations = interface
Public Interface IComponentLinkedStorageAccountsOperations
Méthodes
CreateAndUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Remplacez le compte de stockage lié actuel pour un composant Application Insights. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Supprimer des comptes de stockage liés pour un composant Application Insights. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retourne les paramètres de stockage lié actuels pour un composant Application Insights. |
UpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Mettez à jour les comptes de stockage liés pour un composant Application Insights. |
Méthodes d’extension
CreateAndUpdate(IComponentLinkedStorageAccountsOperations, String, String, String) |
Remplacez le compte de stockage lié actuel pour un composant Application Insights. |
CreateAndUpdateAsync(IComponentLinkedStorageAccountsOperations, String, String, String, CancellationToken) |
Remplacez le compte de stockage lié actuel pour un composant Application Insights. |
Delete(IComponentLinkedStorageAccountsOperations, String, String) |
Supprimer des comptes de stockage liés pour un composant Application Insights. |
DeleteAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken) |
Supprimer des comptes de stockage liés pour un composant Application Insights. |
Get(IComponentLinkedStorageAccountsOperations, String, String) |
Retourne les paramètres de stockage lié actuels pour un composant Application Insights. |
GetAsync(IComponentLinkedStorageAccountsOperations, String, String, CancellationToken) |
Retourne les paramètres de stockage lié actuels pour un composant Application Insights. |
Update(IComponentLinkedStorageAccountsOperations, String, String, String) |
Mettez à jour les comptes de stockage liés pour un composant Application Insights. |
UpdateAsync(IComponentLinkedStorageAccountsOperations, String, String, String, CancellationToken) |
Mettez à jour les comptes de stockage liés pour un composant Application Insights. |
S’applique à
Azure SDK for .NET