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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python