Condividi tramite


ApplicationInsightsComponentApiKey.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentApiKey
Public Shared Function FromJsonString (jsonText As String) As IApplicationInsightsComponentApiKey

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ApplicationInsightsComponentApiKey model class.

Applies to