共用方式為


AutoImportJobUpdate.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the AutoImportJobUpdate model class.

Applies to