Freigeben über


IAPIKeysOperations Schnittstelle

Definition

APIKeysOperations-Vorgänge.

public interface IAPIKeysOperations
type IAPIKeysOperations = interface
Public Interface IAPIKeysOperations

Methoden

CreateWithHttpMessagesAsync(String, String, APIKeyRequest, Dictionary<String,List<String>>, CancellationToken)

Erstellen Sie einen API-Schlüssel einer Application Insights-Komponente.

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

Löschen sie einen API-Schlüssel einer Application Insights-Komponente.

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

Rufen Sie den API-Schlüssel für diese Schlüssel-ID ab.

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

Ruft eine Liste der API-Schlüssel einer Application Insights-Komponente ab.

Erweiterungsmethoden

Create(IAPIKeysOperations, String, String, APIKeyRequest)

Erstellen Sie einen API-Schlüssel einer Application Insights-Komponente.

CreateAsync(IAPIKeysOperations, String, String, APIKeyRequest, CancellationToken)

Erstellen Sie einen API-Schlüssel einer Application Insights-Komponente.

Delete(IAPIKeysOperations, String, String, String)

Löschen sie einen API-Schlüssel einer Application Insights-Komponente.

DeleteAsync(IAPIKeysOperations, String, String, String, CancellationToken)

Löschen sie einen API-Schlüssel einer Application Insights-Komponente.

Get(IAPIKeysOperations, String, String, String)

Rufen Sie den API-Schlüssel für diese Schlüssel-ID ab.

GetAsync(IAPIKeysOperations, String, String, String, CancellationToken)

Rufen Sie den API-Schlüssel für diese Schlüssel-ID ab.

List(IAPIKeysOperations, String, String)

Ruft eine Liste der API-Schlüssel einer Application Insights-Komponente ab.

ListAsync(IAPIKeysOperations, String, String, CancellationToken)

Ruft eine Liste der API-Schlüssel einer Application Insights-Komponente ab.

Gilt für: