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
|
The identifier of the IP configuration for a VPN Gateway. |
public_ip_address
|
The public IP address of this IP configuration. |
private_ip_address
|
The private IP address of this IP configuration. |
Variables
Name | Description |
---|---|
id
|
The identifier of the IP configuration for a VPN Gateway. |
public_ip_address
|
The public IP address of this IP configuration. |
private_ip_address
|
The private IP address of this IP configuration. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python