Class UpdateEnvironmentTagJsonConverter
Inheritance
UpdateEnvironmentTagJsonConverter
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class UpdateEnvironmentTagJsonConverter : JsonConverter<UpdateEnvironmentTag>
Methods
View Source
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Declaration
public override UpdateEnvironmentTag Read(ref Utf8JsonReader utf8JsonReader, Type typeToConvert, JsonSerializerOptions jsonSerializerOptions)
Parameters
Returns
Overrides
Exceptions
View Source
Write(Utf8JsonWriter, UpdateEnvironmentTag, JsonSerializerOptions)
Declaration
public override void Write(Utf8JsonWriter writer, UpdateEnvironmentTag updateEnvironmentTag, JsonSerializerOptions jsonSerializerOptions)
Parameters
Overrides
Exceptions
View Source
WriteProperties(ref Utf8JsonWriter, UpdateEnvironmentTag, JsonSerializerOptions)
Declaration
public void WriteProperties(ref Utf8JsonWriter writer, UpdateEnvironmentTag updateEnvironmentTag, JsonSerializerOptions jsonSerializerOptions)
Parameters
Exceptions