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". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python