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 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