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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python