Compartir a través de


PrivateEndpointServiceConnectionStatusConverter Clase

Definición

Define los valores de PrivateEndpointServiceConnectionStatus.

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

Constructores

PrivateEndpointServiceConnectionStatusConverter()

Define los valores de PrivateEndpointServiceConnectionStatus.

Métodos

CanConvert(Type)

Devuelve si el convertidor puede convertir objectType en PrivateEndpointServiceConnectionStatus.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Invalida ReadJson y convierte el token en PrivateEndpointServiceConnectionStatus.

WriteJson(JsonWriter, Object, JsonSerializer)

Invalidación de WriteJson para PrivateEndpointServiceConnectionStatus para la serialización.

Se aplica a