Partilhar via


GitHubOrganizationProfile.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the GitHubOrganizationProfile model class.

Applies to