StorageAppliancePatchParameters interface
StorageAppliancePatchParameters represents the body of the request to patch storage appliance properties.
Properties
serial |
The serial number for the storage appliance. |
tags | The Azure resource tags that will replace the existing ones. |
Property Details
serialNumber
The serial number for the storage appliance.
serialNumber?: string
Property Value
string
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}