Condividi tramite


ApplicationInsightsComponentAPIKey Class

Definition

Properties that define an API key of an Application Insights Component.

public class ApplicationInsightsComponentAPIKey
type ApplicationInsightsComponentAPIKey = class
Public Class ApplicationInsightsComponentAPIKey
Inheritance
ApplicationInsightsComponentAPIKey

Constructors

ApplicationInsightsComponentAPIKey()

Initializes a new instance of the ApplicationInsightsComponentAPIKey class.

ApplicationInsightsComponentAPIKey(String, String, String, String, IList<String>, IList<String>)

Initializes a new instance of the ApplicationInsightsComponentAPIKey class.

Properties

ApiKey

Gets the API key value. It will be only return once when the API Key was created.

CreatedDate

Gets or sets the create date of this API key.

Id

Gets the unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.

LinkedReadProperties

Gets or sets the read access rights of this API Key.

LinkedWriteProperties

Gets or sets the write access rights of this API Key.

Name

Gets or sets the name of the API key.

Applies to