Share via


ApiKeyRequest Class

Definition

An Application Insights component API Key creation request definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApiKeyRequestTypeConverter))]
public class ApiKeyRequest : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApiKeyRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApiKeyRequestTypeConverter))>]
type ApiKeyRequest = class
    interface IApiKeyRequest
    interface IJsonSerializable
Public Class ApiKeyRequest
Implements IApiKeyRequest
Inheritance
ApiKeyRequest
Attributes
Implements

Constructors

ApiKeyRequest()

Creates an new ApiKeyRequest instance.

Properties

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 ApiKeyRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiKeyRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApiKeyRequest.

FromJsonString(String)

Creates a new instance of ApiKeyRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiKeyRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to