P2SVpnProfileParameters Class
Vpn Client Parameters for package generation.
- Inheritance
-
azure.mgmt.network._serialization.ModelP2SVpnProfileParameters
Constructor
P2SVpnProfileParameters(*, authentication_method: str | _models.AuthenticationMethod | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
authentication_method
|
VPN client authentication method. Known values are: "EAPTLS" and "EAPMSCHAPv2". |
Variables
Name | Description |
---|---|
authentication_method
|
VPN client authentication method. Known values are: "EAPTLS" and "EAPMSCHAPv2". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python