Bagikan melalui


OSDiskImageSecurityProfile.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the OSDiskImageSecurityProfile model class.

Applies to