Service Registry Properties Response
    data class ServiceRegistryPropertiesResponse(val instances: List<ServiceRegistryInstanceResponse>, val provisioningState: String, val resourceRequests: ServiceRegistryResourceRequestsResponse)
Service Registry properties payload
Constructors
Link copied to clipboard
                fun ServiceRegistryPropertiesResponse(instances: List<ServiceRegistryInstanceResponse>, provisioningState: String, resourceRequests: ServiceRegistryResourceRequestsResponse)