VnetInfo Class

Virtual Network information contract.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2016_08_01.models._models_py3.ProxyOnlyResource
VnetInfo

Constructor

VnetInfo(*, kind: Optional[str] = None, vnet_resource_id: Optional[str] = None, cert_blob: Optional[bytearray] = None, dns_servers: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

vnet_resource_id
str
Required

The Virtual Network's resource ID.

cert_blob
bytearray
Required

A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.

dns_servers
str
Required

DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

cert_thumbprint
str

The client certificate thumbprint.

routes
list[VnetRoute]

The routes that this Virtual Network connection uses.

resync_required
bool

<code>true</code> if a resync is required; otherwise, <code>false</code>.