DeviceProperties Class
List of properties of the device.
- Inheritance
-
azure.mgmt.network._serialization.ModelDeviceProperties
Constructor
DeviceProperties(*, device_vendor: str | None = None, device_model: str | None = None, link_speed_in_mbps: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
device_vendor
|
Name of the device Vendor. |
device_model
|
Model of the device. |
link_speed_in_mbps
|
Link speed. |
Variables
Name | Description |
---|---|
device_vendor
|
Name of the device Vendor. |
device_model
|
Model of the device. |
link_speed_in_mbps
|
Link speed. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python