AzureCoreExtensions.ToDynamicFromJson Method

Definition

Overloads

ToDynamicFromJson(BinaryData)

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.

ToDynamicFromJson(BinaryData, JsonPropertyNames, String)

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details. propertyNameFormatdateTimeFormat

ToDynamicFromJson(BinaryData)

Source:
AzureCoreExtensions.cs

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.

C#
public static dynamic ToDynamicFromJson(this BinaryData utf8Json);

Parameters

utf8Json
BinaryData

Returns

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest

ToDynamicFromJson(BinaryData, JsonPropertyNames, String)

Source:
AzureCoreExtensions.cs

Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details. propertyNameFormatdateTimeFormat

C#
public static dynamic ToDynamicFromJson(this BinaryData utf8Json, Azure.Core.Serialization.JsonPropertyNames propertyNameFormat, string dateTimeFormat = "o");

Parameters

utf8Json
BinaryData
propertyNameFormat
JsonPropertyNames
dateTimeFormat
String

Returns

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest