次の方法で共有


RunRequest.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the RunRequest model class.

Applies to