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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentApiKeyTypeConverter))]
public class ApplicationInsightsComponentApiKey : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentApiKeyTypeConverter))>]
type ApplicationInsightsComponentApiKey = class
interface IApplicationInsightsComponentApiKey
interface IJsonSerializable
Public Class ApplicationInsightsComponentApiKey
Implements IApplicationInsightsComponentApiKey
- Inheritance
-
ApplicationInsightsComponentApiKey
- Attributes
- Implements
Constructors
ApplicationInsightsComponentApiKey() |
Creates an new ApplicationInsightsComponentApiKey instance. |
Properties
ApiKey |
The API key value. It will be only return once when the API Key was created. |
CreatedDate |
The create date of this API key. |
Id |
The unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created. |
LinkedReadProperty |
The read access rights of this API Key. |
LinkedWriteProperty |
The write access rights of this API Key. |
Name |
The name of the API key. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationInsightsComponentApiKey. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationInsightsComponentApiKey. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKey. |
FromJsonString(String) |
Creates a new instance of ApplicationInsightsComponentApiKey, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationInsightsComponentApiKey into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |