你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceProperties Class

List of properties of the device.

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
str

Name of the device Vendor.

Default value: None
device_model
str

Model of the device.

Default value: None
link_speed_in_mbps
int

Link speed.

Default value: None

Variables

Name Description
device_vendor
str

Name of the device Vendor.

device_model
str

Model of the device.

link_speed_in_mbps
int

Link speed.