ApplicationInsightsComponentAPIKey Class
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.
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. |