AzureCoreExtensions.ToDynamicFromJson Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
- Source:
- AzureCoreExtensions.cs
Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.
public static dynamic ToDynamicFromJson(this BinaryData utf8Json);
static member ToDynamicFromJson : BinaryData -> obj
<Extension()>
Public Function ToDynamicFromJson (utf8Json As BinaryData) As Object
Parameters
- utf8Json
- BinaryData
Returns
Applies to
Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
- Source:
- AzureCoreExtensions.cs
Return the content of the BinaryData as a dynamic type. Please see https://aka.ms/azsdk/net/dynamiccontent for details.
propertyNameFormat
dateTimeFormat
public static dynamic ToDynamicFromJson(this BinaryData utf8Json, Azure.Core.Serialization.JsonPropertyNames propertyNameFormat, string dateTimeFormat = "o");
static member ToDynamicFromJson : BinaryData * Azure.Core.Serialization.JsonPropertyNames * string -> obj
<Extension()>
Public Function ToDynamicFromJson (utf8Json As BinaryData, propertyNameFormat As JsonPropertyNames, Optional dateTimeFormat As String = "o") As Object
Parameters
- utf8Json
- BinaryData
- propertyNameFormat
- JsonPropertyNames
- dateTimeFormat
- String
Returns
Applies to
Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: