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

VpnGatewayIpConfiguration Class

IP Configuration of a VPN Gateway Resource.

Constructor

VpnGatewayIpConfiguration(*, id: str | None = None, public_ip_address: str | None = None, private_ip_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The identifier of the IP configuration for a VPN Gateway.

Default value: None
public_ip_address
str

The public IP address of this IP configuration.

Default value: None
private_ip_address
str

The private IP address of this IP configuration.

Default value: None

Variables

Name Description
id
str

The identifier of the IP configuration for a VPN Gateway.

public_ip_address
str

The public IP address of this IP configuration.

private_ip_address
str

The private IP address of this IP configuration.