Condividi tramite


ServerBackupProperties.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the ServerBackupProperties model class.

Applies to