Udostępnij przez


FrontDoorProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the FrontDoorProperties model class.

Applies to