Condividi tramite


ResourcesResponseEndpointsItem.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ResourcesResponseEndpointsItem model class.

Applies to