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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python