Condividi tramite


Ruleproperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the Ruleproperties model class.

Applies to