共用方式為


MicrosoftGraphSubscribedSkuCollectionResponse.FromJsonString(String) Method

Definition

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

public static Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSubscribedSkuCollectionResponse FromJsonString (string jsonText);
static member FromJsonString : string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSubscribedSkuCollectionResponse
Public Shared Function FromJsonString (jsonText As String) As IMicrosoftGraphSubscribedSkuCollectionResponse

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the MicrosoftGraphSubscribedSkuCollectionResponse model class.

Applies to