Condividi tramite


IAPIKeysOperations Interface

Definition

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.

Applies to