Aracılığıyla paylaş


CdnManagedHttpsParameters.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the CdnManagedHttpsParameters model class.

Applies to