你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnDeviceScriptParameters Class

Vpn device configuration script generation parameters.

Inheritance
azure.mgmt.network._serialization.Model
VpnDeviceScriptParameters

Constructor

VpnDeviceScriptParameters(*, vendor: str | None = None, device_family: str | None = None, firmware_version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
vendor
str

The vendor for the vpn device.

device_family
str

The device family for the vpn device.

firmware_version
str

The firmware version for the vpn device.

Variables

Name Description
vendor
str

The vendor for the vpn device.

device_family
str

The device family for the vpn device.

firmware_version
str

The firmware version for the vpn device.