你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateEndpointServiceConnectionStatusConverter 类

定义

定义 PrivateEndpointServiceConnectionStatus 的值。

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

构造函数

PrivateEndpointServiceConnectionStatusConverter()

定义 PrivateEndpointServiceConnectionStatus 的值。

方法

CanConvert(Type)

如果 objectType 可由转换器转换为 PrivateEndpointServiceConnectionStatus,则返回 。

ReadJson(JsonReader, Type, Object, JsonSerializer)

重写 ReadJson 并将令牌转换为 PrivateEndpointServiceConnectionStatus。

WriteJson(JsonWriter, Object, JsonSerializer)

重写 WriteJson for PrivateEndpointServiceConnectionStatus 进行序列化。

适用于