Share via


Profile.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfile FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfile
Public Shared Function FromJsonString (jsonText As String) As IProfile

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the Profile model class.

Applies to