IAPIKeysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
APIKeysOperations operations.
public interface IAPIKeysOperations
type IAPIKeysOperations = interface
Public Interface IAPIKeysOperations
Methods
CreateWithHttpMessagesAsync(String, String, APIKeyRequest, Dictionary<String,List<String>>, CancellationToken) |
Create an API Key of an Application Insights component. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Delete an API Key of an Application Insights component. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the API Key for this key id. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of API keys of an Application Insights component. |
Extension Methods
Create(IAPIKeysOperations, String, String, APIKeyRequest) |
Create an API Key of an Application Insights component. |
CreateAsync(IAPIKeysOperations, String, String, APIKeyRequest, CancellationToken) |
Create an API Key of an Application Insights component. |
Delete(IAPIKeysOperations, String, String, String) |
Delete an API Key of an Application Insights component. |
DeleteAsync(IAPIKeysOperations, String, String, String, CancellationToken) |
Delete an API Key of an Application Insights component. |
Get(IAPIKeysOperations, String, String, String) |
Get the API Key for this key id. |
GetAsync(IAPIKeysOperations, String, String, String, CancellationToken) |
Get the API Key for this key id. |
List(IAPIKeysOperations, String, String) |
Gets a list of API keys of an Application Insights component. |
ListAsync(IAPIKeysOperations, String, String, CancellationToken) |
Gets a list of API keys of an Application Insights component. |