Compartilhar via


FlowLogPropertiesFormat.FromJsonString(String) Method

Definition

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

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

Parameters

jsonText
String

a string containing a JSON serialized instance of this model.

Returns

an instance of the FlowLogPropertiesFormat model class.

Applies to