你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentApiKeyListResult Class

Definition

Describes the list of API Keys of an Application Insights Component.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentApiKeyListResultTypeConverter))]
public class ApplicationInsightsComponentApiKeyListResult : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKeyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.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.ApplicationInsights.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.

ToString()

Applies to