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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET