ApplicationInsightsComponentResource.DeleteApiKey Method
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.
Delete an API Key of an Application Insights component.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
- Operation Id: APIKeys_Delete
- Default Api Version: 2015-05-01
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentApiKey> DeleteApiKey (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteApiKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentApiKey>
override this.DeleteApiKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentApiKey>
Public Overridable Function DeleteApiKey (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentApiKey)
Parameters
- keyId
- String
The API Key ID. This is unique within a Application Insights component.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentApiKey>
Exceptions
keyId
is an empty string, and was expected to be non-empty.
keyId
is null.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET