SystemService 类

表示 Azure Kubernetes 系统服务对象。

有关 Azure Kubernetes 服务的详细信息,请参阅 AKS 中应用程序的网络概念

初始化系统服务对象。

继承
builtins.object
SystemService

构造函数

SystemService(service_type, version, public_ip_address)

参数

名称 说明
service_type
必需
str

与此服务关联的基础类型。

version
必需
str

服务版本。

public_ip_address
必需
str

此服务的可访问 IP 地址。

service_type
必需
str

与此服务关联的基础类型。

version
必需
str

服务版本。

public_ip_address
必需
str

此服务的可访问 IP 地址。

方法

deserialize

将 JSON 对象转换为 SystemService 对象。

serialize

将此 SystemService 对象转换为 JSON 序列化字典。

deserialize

将 JSON 对象转换为 SystemService 对象。

static deserialize(object_dict)

参数

名称 说明
object_dict
必需

要转换为 SystemService 对象的 JSON 对象。

返回

类型 说明

所提供的 JSON 对象的 SystemService 表示形式。

例外

类型 说明

serialize

将此 SystemService 对象转换为 JSON 序列化字典。

serialize()

返回

类型 说明

此 SystemService 对象的 JSON 表示形式。

例外

类型 说明