PrivateEndpointServiceConnectionStatusConverter Class

Definition

Defines values for PrivateEndpointServiceConnectionStatus.

public sealed class PrivateEndpointServiceConnectionStatusConverter : Newtonsoft.Json.JsonConverter
type PrivateEndpointServiceConnectionStatusConverter = class
    inherit JsonConverter
Public NotInheritable Class PrivateEndpointServiceConnectionStatusConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
PrivateEndpointServiceConnectionStatusConverter

Constructors

PrivateEndpointServiceConnectionStatusConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to PrivateEndpointServiceConnectionStatus by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to PrivateEndpointServiceConnectionStatus.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for PrivateEndpointServiceConnectionStatus for serialization.

Applies to