Share via


CommunicationServiceDeleteAcceptedResponseHeaders.FromJsonString Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the CommunicationServiceDeleteAcceptedResponseHeaders model class.

Applies to