PolymorphicJsonCustomConverter<T1,T2>(String, String) Constructor
Definition
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.
Initializes a new instance of the PolymorphicJsonCustomConverter<T1,T2> class.
public PolymorphicJsonCustomConverter (string firstDiscriminatorField, string secondDiscriminatorField);
new Microsoft.Azure.Management.Network.PolymorphicJsonCustomConverter<'T1, 'T2 (requires 'T1 : null and 'T2 : null)> : string * string -> Microsoft.Azure.Management.Network.PolymorphicJsonCustomConverter<'T1, 'T2 (requires 'T1 : null and 'T2 : null)>
Public Sub New (firstDiscriminatorField As String, secondDiscriminatorField As String)
Parameters
- firstDiscriminatorField
- String
The field on which to choose first child type.
- secondDiscriminatorField
- String
The field on which to choose second child type.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET