SystemService クラス
Azure Kubernetes システム サービス オブジェクトを表します。
Azure Kubernetes のサービスの詳細については、AKS でのアプリケーションに対するネットワークの概念に関するページを参照してください。
System Service オブジェクトを初期化します。
- 継承
-
builtins.objectSystemService
コンストラクター
SystemService(service_type, version, public_ip_address)
パラメーター
名前 | 説明 |
---|---|
service_type
必須
|
このサービスに関連付けられている基になる型。 |
version
必須
|
サービスのバージョン。 |
public_ip_address
必須
|
このサービスのアクセス可能な IP アドレス。 |
service_type
必須
|
このサービスに関連付けられている基になる型。 |
version
必須
|
サービスのバージョン。 |
public_ip_address
必須
|
このサービスのアクセス可能な 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 表現。 |
例外
型 | 説明 |
---|---|