VnetConfiguration Class

Defines the Virtual network configuration for a container used by the Webservice.

To specify VnetConfiguration values, you will typically use the deploy_configuration method of the AciWebservice class.

Initialize encryption properties.

Inheritance
builtins.object
VnetConfiguration

Constructor

VnetConfiguration(vnet_name, subnet_name)

Parameters

Name Description
vnet_name
Required
str

Virtual network name.

subnet_name
Required
str

Subnet name within virtual network.

Variables

Name Description
vnet_name
str

Virtual network name.

subnet_name
str

Subnet name within virtual network.

Methods

deserialize

Convert a JSON object into a VnetConfiguration object.

serialize

Convert this VnetConfiguration object into a JSON serialized dictionary.

deserialize

Convert a JSON object into a VnetConfiguration object.

static deserialize(payload_obj)

Parameters

Name Description
payload_obj
Required

A JSON object to convert to a VnetConfiguration object.

Returns

Type Description

The VnetConfiguration representation of the provided JSON object.

serialize

Convert this VnetConfiguration object into a JSON serialized dictionary.

serialize()

Returns

Type Description

The JSON representation of this VnetConfiguration object.