APIKeysOperationsExtensions Class

Definition

Extension methods for APIKeysOperations.

public static class APIKeysOperationsExtensions
type APIKeysOperationsExtensions = class
Public Module APIKeysOperationsExtensions
Inheritance
APIKeysOperationsExtensions

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