ServiceRegistryResourceRequests interface   
Resource request payload of Service Registry
Properties
| cpu | Cpu allocated to each Service Registry instance NOTE: This property will not be serialized. It can only be populated by the server.  | 
| instance | 
	Instance count of the Service Registry NOTE: This property will not be serialized. It can only be populated by the server.  | 
| memory | Memory allocated to each Service Registry instance NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
cpu
Cpu allocated to each Service Registry instance NOTE: This property will not be serialized. It can only be populated by the server.
cpu?: string
				Property Value
string
		instanceCount
	 
	Instance count of the Service Registry NOTE: This property will not be serialized. It can only be populated by the server.
instanceCount?: number
				Property Value
number
memory
Memory allocated to each Service Registry instance NOTE: This property will not be serialized. It can only be populated by the server.
memory?: string
				Property Value
string