SystemService Class
Represents an Azure Kubernetes System Service object.
For more information about services in Azure Kubernetes, see Network concepts for applications in AKS.
Initialize the System Service object.
Constructor
SystemService(service_type, version, public_ip_address)
Parameters
| Name | Description |
|---|---|
|
service_type
Required
|
The underlying type associated with this service. |
|
version
Required
|
The service version. |
|
public_ip_address
Required
|
The accessible IP address for this service. |
|
service_type
Required
|
The underlying type associated with this service. |
|
version
Required
|
The service version. |
|
public_ip_address
Required
|
The accessible IP address for this service. |
Methods
| deserialize |
Convert a JSON object into a SystemService object. |
| serialize |
Convert this SystemService object into a JSON serialized dictionary. |
deserialize
Convert a JSON object into a SystemService object.
static deserialize(object_dict)
Parameters
| Name | Description |
|---|---|
|
object_dict
Required
|
A JSON object to convert to a SystemService object. |
Returns
| Type | Description |
|---|---|
|
The SystemService representation of the provided JSON object. |
Exceptions
| Type | Description |
|---|---|
serialize
Convert this SystemService object into a JSON serialized dictionary.
serialize()
Returns
| Type | Description |
|---|---|
|
The JSON representation of this SystemService object. |