ApplicationInsightsComponentApiKeyListResult 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.
Describes the list of API Keys of an Application Insights Component.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentApiKeyListResultTypeConverter))]
public class ApplicationInsightsComponentApiKeyListResult : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.ApplicationInsightsComponentApiKeyListResultTypeConverter))>]
type ApplicationInsightsComponentApiKeyListResult = class
interface IApplicationInsightsComponentApiKeyListResult
interface IJsonSerializable
Public Class ApplicationInsightsComponentApiKeyListResult
Implements IApplicationInsightsComponentApiKeyListResult
- Inheritance
-
ApplicationInsightsComponentApiKeyListResult
- Attributes
- Implements
Constructors
ApplicationInsightsComponentApiKeyListResult() |
Creates an new ApplicationInsightsComponentApiKeyListResult instance. |
Properties
Value |
List of API Key definitions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationInsightsComponentApiKeyListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationInsightsComponentApiKeyListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20150501.IApplicationInsightsComponentApiKeyListResult. |
FromJsonString(String) |
Creates a new instance of ApplicationInsightsComponentApiKeyListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationInsightsComponentApiKeyListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |