ServiceRegistryPropertiesResponse

data class ServiceRegistryPropertiesResponse(val instances: List<ServiceRegistryInstanceResponse>, val provisioningState: String, val resourceRequests: ServiceRegistryResourceRequestsResponse)

Service Registry properties payload

Constructors

Link copied to clipboard
constructor(instances: List<ServiceRegistryInstanceResponse>, provisioningState: String, resourceRequests: ServiceRegistryResourceRequestsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Collection of instances belong to Service Registry.

Link copied to clipboard

State of the Service Registry.

Link copied to clipboard

The requested resource quantity for required CPU and Memory.