RackPatchParameters interface  
RackPatchParameters represents the body of the request to patch the rack properties.
Properties
| rack | 
	The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)  | 
| rack | 
	The globally unique identifier for the rack.  | 
| tags | The Azure resource tags that will replace the existing ones.  | 
Property Details
		rackLocation
	 
	The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”)
rackLocation?: string
				Property Value
string
		rackSerialNumber
	  
	The globally unique identifier for the rack.
rackSerialNumber?: string
				Property Value
string
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}