StorageAppliancePatchParameters interface
StorageAppliancePatchParameters 表示修补存储设备属性的请求正文。
属性
| serial |
存储设备的序列号。 |
| tags | 将替换现有标记的 Azure 资源标记。 |
属性详细信息
serialNumber
存储设备的序列号。
serialNumber?: string
属性值
string
tags
将替换现有标记的 Azure 资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}