Share via


DeliveryRuleUrlPathCondition.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the DeliveryRuleUrlPathCondition model class.

Applies to