Sdílet prostřednictvím


NetworkInterfacePropertiesFormat.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the NetworkInterfacePropertiesFormat model class.

Applies to