VpnLinkProviderProperties Class
List of properties of a link provider.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnLinkProviderProperties
Constructor
VpnLinkProviderProperties(*, link_provider_name: str | None = None, link_speed_in_mbps: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
link_provider_name
|
Name of the link provider. |
link_speed_in_mbps
|
Link speed. |
Variables
Name | Description |
---|---|
link_provider_name
|
Name of the link provider. |
link_speed_in_mbps
|
Link speed. |
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