VpnServerConfigurationsResponse Class
VpnServerConfigurations list associated with VirtualWan Response.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnServerConfigurationsResponse
Constructor
VpnServerConfigurationsResponse(*, vpn_server_configuration_resource_ids: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vpn_server_configuration_resource_ids
|
List of VpnServerConfigurations associated with VirtualWan. |
Variables
Name | Description |
---|---|
vpn_server_configuration_resource_ids
|
List of VpnServerConfigurations associated with VirtualWan. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python