Freigeben über


QueueServiceProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the QueueServiceProperties model class.

Applies to